This commit is contained in:
LAPTOP-S9RBPPM6\bjxask-2201
2022-06-01 14:32:01 +08:00
parent d9af206c41
commit 9f9a455a68

View File

@@ -326,7 +326,7 @@ export default {
eleLink.download = '教师授课信息';
eleLink.style.display = 'none';
eleLink.setAttribute('target', '_blank');
eleLink.href = `${process.env.VUE_APP_BASE_API}/xboe/teacher/compose/export/courses?teacherId=${this.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);