Преглед на файлове

修改新增权限项选中

zhaoke преди 3 години
родител
ревизия
c8b03da631
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      src/views/authorityManagement/components/authorityPowerAdd.vue

+ 2 - 2
src/views/authorityManagement/components/authorityPowerAdd.vue

@@ -134,8 +134,8 @@ export default {
     dataList: {
       handler (val) {
         const arr = [val];
-        this.decompose(arr, this.AppId);
-        this.data = [this.dataObj];
+        // this.decompose(arr, this.AppId);
+        this.data = arr;
         this.checkedKeys = [this.AppId];
       },
       deep: true,