前端:修复管理员无分页的问题

This commit is contained in:
YunaiV
2019-03-19 03:39:17 +08:00
parent e2619ce5d4
commit 76818dab18
8 changed files with 55 additions and 18 deletions

View File

@@ -82,6 +82,7 @@ export default {
payload: {
list: admins,
count,
pageNo: payload.pageNo + 1
},
});
},