guhongwei 5 năm trước cách đây
mục cha
commit
8876e880d6
1 tập tin đã thay đổi với 0 bổ sung8 xóa
  1. 0 8
      src/views/student/detail.vue

+ 0 - 8
src/views/student/detail.vue

@@ -224,14 +224,6 @@ export default {
       const res = await this.classesQuery({ batchid: id });
       if (this.$checkRes(res)) this.$set(this, `classList`, res.data);
     },
-    // 存id与名字
-    selectChild(id) {
-      console.log(id);
-      // let res = this.termList.filter(fil => fil._id === id);
-      // if (res.length > 0) {
-      //   this.$set(this.info, `term`, res[0].name);
-      // }
-    },
   },
 };
 </script>