U 新建主机默认选中当前分组

pull/480/head v3.1.0
vapao 2022-04-18 22:55:10 +08:00
parent 708bba9b33
commit 4f1e153c6b
1 changed files with 1 additions and 1 deletions

View File

@ -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
}