From 4f1e153c6bcbdbd89208b4525be71c59dd05da54 Mon Sep 17 00:00:00 2001 From: vapao Date: Mon, 18 Apr 2022 22:55:10 +0800 Subject: [PATCH] =?UTF-8?q?U=20=E6=96=B0=E5=BB=BA=E4=B8=BB=E6=9C=BA?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E9=80=89=E4=B8=AD=E5=BD=93=E5=89=8D=E5=88=86?= =?UTF-8?q?=E7=BB=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spug_web/src/pages/host/Table.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spug_web/src/pages/host/Table.js b/spug_web/src/pages/host/Table.js index 83fd049..1675903 100644 --- a/spug_web/src/pages/host/Table.js +++ b/spug_web/src/pages/host/Table.js @@ -31,7 +31,7 @@ function ComTable() { if (menu.key === 'excel') { store.importVisible = true } else if (menu.key === 'form') { - store.showForm() + store.showForm({group_ids: [store.group.value]}) } else { store.cloudImport = menu.key }