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

View File

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