谢杰标 hace 2 años
padre
commit
2fe42629bf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/systemManagement/roleManagement/index.vue

+ 1 - 1
src/views/systemManagement/roleManagement/index.vue

@@ -503,7 +503,7 @@ export default {
     rulesTableSumbit() {
       this.disabledBtn = true;
       this.listData.menuIds = this.getMenuAllCheckedKeys();
-      // this.listData.businessIds = this.getMenuAllCheckedKeysInfo();
+      this.listData.businessIds = this.getMenuAllCheckedKeysInfo();
       var data = this.listData;
       if (this.statusPop === 1) {
         this.$api