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