소스 검색

修改新增权限项选中

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,