mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-07 01:46:42 +08:00
修改教师端我的授课记录查询和导出
This commit is contained in:
@@ -190,9 +190,9 @@ export default {
|
||||
// link.click();
|
||||
// document.body.removeChild(link);
|
||||
// })
|
||||
|
||||
let userNo = this.userInfo.userNo;
|
||||
window.open(
|
||||
`/manageApi/admin/export/exportInTeacherRecord`
|
||||
`/manageApi/admin/export/exportInTeacherRecord?userNo=${userNo}`
|
||||
);
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user