|
@@ -197,7 +197,8 @@ export default {
|
|
teacherGet({ teacherId: this.teacherId }).then(res => {
|
|
teacherGet({ teacherId: this.teacherId }).then(res => {
|
|
if (res.code == 200) {
|
|
if (res.code == 200) {
|
|
this.teacherInfos = res.data;
|
|
this.teacherInfos = res.data;
|
|
- this.activeName = "0";
|
|
|
|
|
|
+ // console.log('teacherGet')
|
|
|
|
+ // this.activeName = "0";
|
|
}
|
|
}
|
|
});
|
|
});
|
|
},
|
|
},
|