课程选择考试试卷查询问题

This commit is contained in:
daihh
2022-12-28 21:12:03 +08:00
parent fda52d532c
commit 2fff00135c
2 changed files with 3 additions and 2 deletions

View File

@@ -321,8 +321,9 @@
let pars={
pageIndex:this.usePaper.pageIndex,
pageSize:this.usePaper.pageSize,
keyword:this.usePaper.keyword
keyWord:this.usePaper.keyword
}
apiExamPaper.querylist(pars).then(rs=>{
if(rs.status==200){
this.usePaper.list=rs.result.list;

View File

@@ -1306,7 +1306,7 @@
let pars={
pageIndex:this.usePaper.pageIndex,
pageSize:this.usePaper.pageSize,
keyword:this.usePaper.keyword
keyWord:this.usePaper.keyword
}
apiExamPaper.querylist(pars).then(rs=>{
if(rs.status==200){