Commit 01af1f3d by LJM

消息管理/系统公告:公告条数错误

parent 36d63db5
Showing with 1 additions and 1 deletions
...@@ -70,7 +70,7 @@ export default { ...@@ -70,7 +70,7 @@ export default {
if (res.code === 0) { if (res.code === 0) {
if (res.data.list.length > 0) { if (res.data.list.length > 0) {
this.list = res.data.list; this.list = res.data.list;
this.total = Number(res.data.total) || 0; this.total = Number(res.data.count) || 0;
} }
} else { } else {
this.$message({ this.$message({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment