Browse Source

Merge branch '03/12permission' into test

mo 4 years ago
parent
commit
76269c8ea1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/teamDetail/components/resetClass.vue

+ 1 - 1
src/views/teamDetail/components/resetClass.vue

@@ -1478,7 +1478,7 @@ export default {
     handleSelectionChange(val) {
       this.activeList = val;
       let arr = val.map((item) => {
-        return item.classGroupId;
+        return item.id;
       });
       this.activeClass = arr.join(",");
     },