ludc
2024-08-22 988cf8b273a2015833c024727deb9acc46060b3e
Merge remote-tracking branch 'origin/master'
已修改2个文件
5 ■■■■■ 文件已修改
Source/UBCS-WEB/src/components/Theme/ClassifyAuthDialog.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/UBCS-WEB/src/components/Theme/DataAuthDialog.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/UBCS-WEB/src/components/Theme/ClassifyAuthDialog.vue
@@ -291,6 +291,7 @@
        classifyId: this.TreeNode.oid,
        authType: 'classify_auth',
      };
      console.log('classifyAuthData',this.classifyAuthData);
      let isRepeat = false;
      if (this.classifyAuthData.length > 0) {
        // 遍历数组,比较后面的对象的roleData是否与前面的对象相等
@@ -315,7 +316,7 @@
          let itemButtonList = [];
          //筛选出按钮勾选为true的列
          for (let key in item) {
            if (item[key] === true) {
            if (item[key] === true && key !== 'checkTheStatus') {
              itemButtonList.push(key);
            }
          }
Source/UBCS-WEB/src/components/Theme/DataAuthDialog.vue
@@ -315,7 +315,7 @@
          let itemButtonList = [];
          //筛选出按钮勾选为true的列
          for (let key in item) {
            if (item[key] === true) {
            if (item[key] === true && key !== 'checkTheStatus') {
              itemButtonList.push(key);
            }
          }