diff --git a/src/api/process/rolesExamine.js b/src/api/process/rolesExamine.js index a4c04e3..f5af31f 100644 --- a/src/api/process/rolesExamine.js +++ b/src/api/process/rolesExamine.js @@ -11,7 +11,6 @@ export function getRoleCheckList(query) { // 审核角色列表 export function userDistributionCheck(data) { - console.log("data,",data) return request({ url: '/system/proDeptRole', method: 'post', diff --git a/src/views/process/branchPro/index.vue b/src/views/process/branchPro/index.vue index 2e98fbd..a81dbca 100644 --- a/src/views/process/branchPro/index.vue +++ b/src/views/process/branchPro/index.vue @@ -133,39 +133,56 @@ - - - + + + - - + + - - + + - - + + + {{item.name}} + - - + + - - + + diff --git a/src/views/process/roles/index.vue b/src/views/process/roles/index.vue index 4ecb76e..54d60cd 100644 --- a/src/views/process/roles/index.vue +++ b/src/views/process/roles/index.vue @@ -276,7 +276,6 @@ export default { nodes.forEach(node => { node.uniqueId = `${parentId ? parentId + '-' : ''}${node.id}`; // 生成唯一标识符 this.uniqueIdToIdMap[node.uniqueId] = node.id; // 建立 uniqueId 到 id 的映射 - console.log(`Processing node: ${node.name} with uniqueId: ${node.uniqueId}`); if (node.children && node.children.length > 0) { this.processData(node.children, node.uniqueId); // 递归处理子节点 } @@ -286,7 +285,6 @@ export default { /** 设置默认选中的节点 */ setDefaultCheckedKeys() { this.defaultCheckedKeys = this.getCheckedKeys(this.staffOptions); - console.log('Default checked keys:', this.defaultCheckedKeys); }, /** 递归获取默认选中的节点 id */ @@ -294,7 +292,6 @@ export default { const keys = new Set(); const recursiveCheck = (nodes) => { nodes.forEach(node => { - console.log(`Checking node: ${node.name} with uniqueId: ${node.uniqueId}`); if (node.isCheck === 1) { keys.add(node.uniqueId); } @@ -341,7 +338,6 @@ export default { return; } this.form.userId = checkedKeys.join(","); - console.log("form", this.form) proDeptRole(this.form).then(response => { this.$modal.msgSuccess("修改成功"); this.open = false; diff --git a/src/views/process/rolesExamine/index.vue b/src/views/process/rolesExamine/index.vue index 3f7b3ea..7cc608f 100644 --- a/src/views/process/rolesExamine/index.vue +++ b/src/views/process/rolesExamine/index.vue @@ -80,7 +80,7 @@ - + @@ -136,10 +136,6 @@ }, // 表单参数 form: {}, - // 表单校验 - rules: { - - } }; }, created() { diff --git a/src/views/process/rolesRemind/index.vue b/src/views/process/rolesRemind/index.vue index 4132dd4..a15316f 100644 --- a/src/views/process/rolesRemind/index.vue +++ b/src/views/process/rolesRemind/index.vue @@ -73,7 +73,7 @@ - +