mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-06 17:36:42 +08:00
修改教师端我的授课记录查询和导出
This commit is contained in:
@@ -190,10 +190,13 @@ export default {
|
||||
// link.click();
|
||||
// document.body.removeChild(link);
|
||||
// })
|
||||
let teacherId = this.userInfo.sysId;
|
||||
window.open(
|
||||
`/manageApi/admin/export/exportInTeacherRecord?teacherId=${teacherId}`
|
||||
);
|
||||
// 取pageData记录第一条
|
||||
if (this.pageData.length > 0) {
|
||||
let teacherId = this.pageData[0].teacherId;
|
||||
window.open(
|
||||
`/manageApi/admin/export/exportInTeacherRecord?teacherId=${teacherId}`
|
||||
);
|
||||
}
|
||||
},
|
||||
|
||||
// 导出课程下的学员信息
|
||||
|
||||
Reference in New Issue
Block a user