This commit is contained in:
daihh
2022-12-28 21:48:35 +08:00

View File

@@ -111,7 +111,7 @@ export default {
exportFile(){ exportFile(){
let req = { let req = {
teacherId: this.userInfo.sysId userId: this.userInfo.sysId
// teacherId:"70F80F4E-34BA-10AB-894A-8FA812B19637" // teacherId:"70F80F4E-34BA-10AB-894A-8FA812B19637"
} }
apiCourse.courseRecordExport(req).then(res=>{ apiCourse.courseRecordExport(req).then(res=>{
@@ -129,7 +129,7 @@ export default {
recordList(pageIndex){ recordList(pageIndex){
let req = { let req = {
//     teacherId:"70F80F4E-34BA-10AB-894A-8FA812B19637", //     teacherId:"70F80F4E-34BA-10AB-894A-8FA812B19637",
teacherId: this.userInfo.sysId, userId: this.userInfo.sysId,
keyword:this.keyword, keyword:this.keyword,
    page:pageIndex,     page:pageIndex,
    pageSize:10     pageSize:10