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 }