Commit 5dc7d324 by LJM

bug

parent 6d5098ff
Showing with 1 additions and 1 deletions
......@@ -90,7 +90,7 @@ export default {
this.$http('GET', "/api/message/getMsgList", params).then(res => {
if (res.code === 0) {
this.list = res.data.list || [];
this.total = Number(res.data.count) || 0;
this.total = Number(res.data.total) || 0;
} else {
this.$message({
message: res.msg,
......
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