This commit is contained in:
LAPTOP-S9RBPPM6\bjxask-2201
2022-06-01 14:30:46 +08:00
parent 52d45cf39e
commit d9af206c41
2 changed files with 18 additions and 9 deletions

View File

@@ -256,13 +256,13 @@
},
methods:{
handleCloseOne() {
console.log("1111");
// this.teacherDetailsId = '';
this.showTeacherDetails = false;
},
handleName(row) {
this.showTeacherDetails = true;
this.teacherDetailsId = row.id;
// this.teacherDetailsId = row.sysId;
this.teacherDetailsId = '13BEBDBD-3D28-244D-648D-0CBD6796717C'
},
getTeachersystem() {
teacherBoeApi.teacherSystem(this.userInfo.sysId).then(res=>{
@@ -600,7 +600,7 @@
eleLink.download = '教师授课信息';
eleLink.style.display = 'none';
eleLink.setAttribute('target', '_blank');
eleLink.href = `${process.env.VUE_APP_BASE_API}/xboe/m/course/manage/export-teacher-course?teacherId=${row.id}`;
eleLink.href = `${process.env.VUE_APP_BASE_API}/xboe/teacher/compose/export/courses?tid=${row.id}&sysId=${row.sysId}&courseType=0,1,3`;
document.body.appendChild(eleLink);
eleLink.click();
document.body.removeChild(eleLink);