zhaoke 2 years ago
parent
commit
f28c2d6ea1
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/views/lotAuthorization/components/home.vue

+ 3 - 1
src/views/lotAuthorization/components/home.vue

@@ -73,7 +73,6 @@ export default {
     return {
       regulatorCheckDisabled: false,
       userDatas: [],
-      orgCheckedKeys: [],
     };
   },
   watch: {
@@ -226,6 +225,9 @@ export default {
       }
     },
     userCheckChangeHandler(arr) {
+      this.checkedUsers = this.userList.filter((item) =>
+        arr.includes(item.OfficerId)
+      );
       this.getSectionByUser(arr);
     },
     async getSectionByUser(arr) {