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,9 +190,9 @@ export default {
|
|||||||
// link.click();
|
// link.click();
|
||||||
// document.body.removeChild(link);
|
// document.body.removeChild(link);
|
||||||
// })
|
// })
|
||||||
let userNo = this.userInfo.userNo;
|
let teacherId = this.userInfo.sysId;
|
||||||
window.open(
|
window.open(
|
||||||
`/manageApi/admin/export/exportInTeacherRecord?userNo=${userNo}`
|
`/manageApi/admin/export/exportInTeacherRecord?teacherId=${teacherId}`
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user