|
@@ -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>
|