Commit bc894054 by wangyusheng

会员分组列表请求bug修复

parent fd9d8b0c
......@@ -665,7 +665,7 @@ export default {
}
} else if(list.isFixed) {
this.showFixedList = true
this.params.memberTagGroupClassifyId = list.memberTagGroupClassifyId;
this.params.memberTagGroupClassifyId = list.list.memberTagGroupClassifyId;
this.params.fixedType = 1;
findSecondMemberList(this.params).then(res => {
if (res.errorCode == 1) {
......
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