|
@@ -231,7 +231,9 @@ export default {
|
|
|
|
|
|
// 设置权限 - 提交数据
|
|
|
submitRoleForm() {
|
|
|
- console.log(this.$refs.tree.getCheckedKeys());
|
|
|
+ // console.log('选中的:' + this.$refs.tree.getCheckedKeys());
|
|
|
+ // console.log('半选的:' + this.$refs.tree.getHalfCheckedKeys());
|
|
|
+ // return false
|
|
|
let params = {
|
|
|
adminModuleIds: this.$refs.tree.getCheckedKeys().join(','),
|
|
|
adminRoleId: this.editId,
|