mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-08 02:16:43 +08:00
Merge branch 'master-20250428-shl' into test20250220
This commit is contained in:
@@ -190,10 +190,13 @@ export default {
|
|||||||
// link.click();
|
// link.click();
|
||||||
// document.body.removeChild(link);
|
// document.body.removeChild(link);
|
||||||
// })
|
// })
|
||||||
let teacherId = this.userInfo.sysId;
|
// 取pageData记录第一条
|
||||||
window.open(
|
if (this.pageData.length > 0) {
|
||||||
`/manageApi/admin/export/exportInTeacherRecord?teacherId=${teacherId}`
|
let teacherId = this.pageData[0].teacherId;
|
||||||
);
|
window.open(
|
||||||
|
`/manageApi/admin/export/exportInTeacherRecord?teacherId=${teacherId}`
|
||||||
|
);
|
||||||
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
// 导出课程下的学员信息
|
// 导出课程下的学员信息
|
||||||
|
|||||||
Reference in New Issue
Block a user