Merge branch 'master-20250428-shl' into test20250220

This commit is contained in:
joshen
2025-04-29 16:34:45 +08:00

View File

@@ -190,10 +190,13 @@ export default {
// link.click(); // link.click();
// document.body.removeChild(link); // document.body.removeChild(link);
// }) // })
let teacherId = this.userInfo.sysId; // 取pageData记录第一条
if (this.pageData.length > 0) {
let teacherId = this.pageData[0].teacherId;
window.open( window.open(
`/manageApi/admin/export/exportInTeacherRecord?teacherId=${teacherId}` `/manageApi/admin/export/exportInTeacherRecord?teacherId=${teacherId}`
); );
}
}, },
// 导出课程下的学员信息 // 导出课程下的学员信息