Commit c5b52945 by caoyanzhi

update: 调整请求参数

parent bfa62c12
......@@ -371,7 +371,8 @@ export default {
listSign: "MemberProcessed",
listSignId: this.storeId,
sortField: "",
phoneNameNick: this.phoneNameNick
phoneNameNick: this.phoneNameNick,
memberListType: 0
})
.then(res => {
if (res.data.errorCode === 0) {
......@@ -447,7 +448,7 @@ export default {
listSignId: this.storeId,
sortField: "",
phoneNameNick: this.phoneNameNick,
// memberListType: 2
memberListType: 0
})
.then(res => {
if (res.data.errorCode === 0) {
......@@ -791,7 +792,8 @@ export default {
listSign: "MemberProcessed",
pageSize: this.page.pageSize,
currentPage: this.page.currentPage,
phoneNameNick: this.phoneNameNick
phoneNameNick: this.phoneNameNick,
memberListType: 0
})
.then(res => {
this.load = true;
......
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 to comment