修改参数名称

This commit is contained in:
weinan2087
2022-12-28 21:33:40 +08:00
parent 2fff00135c
commit 7ab4cfa3a6

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