提交 6d96e6b2 authored 作者: lihuihui's avatar lihuihui

修改错题收藏题筛选后 总题数显示不对的问题(修改了一个后台返回的字段)

上级 f66322e6
......@@ -18,7 +18,7 @@ export default {
},
methods: {
handleRequestSuccess(response) {
this.total = response.collection_total
this.total = response.current_total
}
}
}
......
......@@ -18,7 +18,7 @@ export default {
},
methods: {
handleRequestSuccess(response) {
this.total = response.error_total
this.total = response.current_total
}
}
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论