提交 ea1f8c23 编写于 作者: kai.wang's avatar kai.wang

修改分页

上级 e2d2193e
......@@ -172,7 +172,7 @@ export default {
closeLoading(this);
if(res.code == "000000") {
this.tableData = res.data.activityModelList;
this.totalRows = res.data.count;
this.totalRows = res.data.total;
} else {
this.tableData = [];
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册