guhongwei 4 anni fa
parent
commit
95633fd8aa
2 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. 0 1
      src/layout/class/groupList.vue
  2. 0 1
      src/views/user/pingfenclass.vue

+ 0 - 1
src/layout/class/groupList.vue

@@ -100,7 +100,6 @@ export default {
     },
     },
   },
   },
   methods: {
   methods: {
- 
     // 进组
     // 进组
     joinGroup(groupId) {
     joinGroup(groupId) {
       Dialog.confirm({
       Dialog.confirm({

+ 0 - 1
src/views/user/pingfenclass.vue

@@ -57,7 +57,6 @@ export default {
       let classid = this.user.classid;
       let classid = this.user.classid;
       const res = await this.classinfo({ batchid, termid, classid, ...info });
       const res = await this.classinfo({ batchid, termid, classid, ...info });
       console.log(res.data);
       console.log(res.data);
-
       this.$set(this, `classList`, res.data);
       this.$set(this, `classList`, res.data);
     },
     },
   },
   },