Commit 06d46f54 by caoyanzhi

Merge branch 'feature/12月迭代' into dev

parents 594c8210 c5b52945
......@@ -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