分类授权-数据授权取消checkTheStatus传参
| | |
| | | classifyId: this.TreeNode.oid, |
| | | authType: 'classify_auth', |
| | | }; |
| | | console.log('classifyAuthData',this.classifyAuthData); |
| | | let isRepeat = false; |
| | | if (this.classifyAuthData.length > 0) { |
| | | // 遍历数组,比较后面的对象的roleData是否与前面的对象相等 |
| | |
| | | let itemButtonList = []; |
| | | //筛选出按钮勾选为true的列 |
| | | for (let key in item) { |
| | | if (item[key] === true) { |
| | | if (item[key] === true && key !== 'checkTheStatus') { |
| | | itemButtonList.push(key); |
| | | } |
| | | } |
| | |
| | | let itemButtonList = []; |
| | | //筛选出按钮勾选为true的列 |
| | | for (let key in item) { |
| | | if (item[key] === true) { |
| | | if (item[key] === true && key !== 'checkTheStatus') { |
| | | itemButtonList.push(key); |
| | | } |
| | | } |