bugfix 后管会员列表页无法查询下一页

This commit is contained in:
Lemon
2023-08-21 08:54:27 +08:00
parent c0deb56964
commit 74f46fbbde
7 changed files with 46 additions and 17 deletions

View File

@@ -268,6 +268,8 @@ export default {
getList() {
this.loading = true;
const params = {
pageNum: this.queryParams.pageNum,
pageSize: this.queryParams.pageSize,
memberId: this.queryParams.memberId,
nickName: this.queryParams.nickName,
mobileNumber: this.queryParams.mobileNumber