提交 f0b0cc0c authored 作者: matian's avatar matian

updates

上级 ed1a9514
...@@ -69,7 +69,7 @@ export default { ...@@ -69,7 +69,7 @@ export default {
getExamParerList() { getExamParerList() {
const params = { q: '', page: this.page, 'per-page': this.limit } const params = { q: '', page: this.page, 'per-page': this.limit }
// params['per-page'] = this.perPage // params['per-page'] = this.perPage
// this.ExamParerList = [] this.ExamParerList = []
getExamPaperList(params).then(res => { getExamPaperList(params).then(res => {
this.total = res.data.total this.total = res.data.total
this.ExamParerList = res.data.list.reduce((a, b) => { this.ExamParerList = res.data.list.reduce((a, b) => {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论