田源
2024-08-22 b3042224aa7a288fc996cd2542e777362abbc9f6
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);
            }
          }