mirror of https://github.com/openspug/spug
parent
708bba9b33
commit
4f1e153c6b
|
@ -31,7 +31,7 @@ function ComTable() {
|
||||||
if (menu.key === 'excel') {
|
if (menu.key === 'excel') {
|
||||||
store.importVisible = true
|
store.importVisible = true
|
||||||
} else if (menu.key === 'form') {
|
} else if (menu.key === 'form') {
|
||||||
store.showForm()
|
store.showForm({group_ids: [store.group.value]})
|
||||||
} else {
|
} else {
|
||||||
store.cloudImport = menu.key
|
store.cloudImport = menu.key
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue