guhongwei 5 년 전
부모
커밋
8876e880d6
1개의 변경된 파일0개의 추가작업 그리고 8개의 파일을 삭제
  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>