mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-09 10:56:44 +08:00
修改参数名称
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user