解决上传多个时的控制问题

This commit is contained in:
daihh
2022-12-29 14:05:20 +08:00
parent a58d582051
commit b8071a7455
4 changed files with 66 additions and 31 deletions

View File

@@ -394,7 +394,6 @@
Teacherinfo(){
this.workname=[];
this.checkboxtearGroup=[];
apiTeach.detailTeacher(this.userInfo.aid).then(res =>{
if(res.result.courses){
this.teachform.courses = res.result.courses;