|
@@ -291,8 +291,8 @@
|
|
|
},
|
|
|
|
|
|
submit() {
|
|
|
- const menuList = this.$refs.treeMenu.getCheckedKeys();
|
|
|
- const menuClientList = this.$refs.treeClientMenu.getCheckedKeys();
|
|
|
+ const menuList = this.$refs.treeMenu.getCheckedKeys(false,true);
|
|
|
+ const menuClientList = this.$refs.treeClientMenu.getCheckedKeys(false,true);
|
|
|
const dataScopeList = this.$refs.treeDataScope.getCheckedKeys();
|
|
|
const apiScopeList = this.$refs.treeApiScope.getCheckedKeys();
|
|
|
const tableOwnersList = this.$refs.tableOwners.getCheckedKeys();
|