mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
bugfix 后管会员列表页无法查询下一页
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user