提交 d5faddbe authored 作者: lihuihui's avatar lihuihui

update

上级 51fa6895
...@@ -51,6 +51,7 @@ export default { ...@@ -51,6 +51,7 @@ export default {
// 获取试卷列表 // 获取试卷列表
getExamParerList() { getExamParerList() {
const params = { q: '' } const params = { q: '' }
params['per-page'] = 10000
getExamPaperList(params).then(res => { getExamPaperList(params).then(res => {
this.ExamParerList = res.data.list.reduce((a, b) => { this.ExamParerList = res.data.list.reduce((a, b) => {
this.ExamParerList.push({ label: b.paper_title, key: b.id }) this.ExamParerList.push({ label: b.paper_title, key: b.id })
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论