Browse Source

12/07 10:11

11
mo 4 years ago
parent
commit
4ba2274e9b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/teamDetail/components/modals/classroom-setting.vue

+ 1 - 1
src/views/teamDetail/components/modals/classroom-setting.vue

@@ -325,7 +325,7 @@ export default {
                 obj.classGroupIds = this.classIdList;
                 obj.studentIds = this.studentSubmitedData.seleched;
                 obj.classGroupStudents = this.classGroupStudents
-                console.log(obj);
+                // console.log(obj);
                 await mergeClassSplitClassAffirm(obj);
                 let grend = this.$parent.$parent.$parent.$parent.$parent.$parent
                   .$parent;