ludc
2024-09-18 e37f04c97ef893edce5f3f748398424fa17ffc2a
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);
            }
          }