Explorar o código

提交测试和开发

1
mo %!s(int64=4) %!d(string=hai) anos
pai
achega
cacf9953f8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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(",");
     },