diff --git a/src/views/system/role/functionPerm.vue b/src/views/system/role/functionPerm.vue index 6fd8aac..75fc261 100644 --- a/src/views/system/role/functionPerm.vue +++ b/src/views/system/role/functionPerm.vue @@ -101,14 +101,12 @@ pcodes_list.push(item.substring(1, item.length - 1)) } } - debugger // 根据code找id,将id放入选中列表 for (const item of this.resourcePlainList) { if (pcodes_list.includes(item.code)) { treeState.checkedKeys.push(item.id) } } - debugger } // else if (node.pid !== '0' && !checked) { // const index = treeState.checkedKeys.findIndex(v => v === node.pid)