瀏覽代碼

修改新增权限项选中

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,