mirror of https://github.com/openspug/spug
parent
708bba9b33
commit
4f1e153c6b
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue