Commit 7286cb28 by caoyanzhi

update: 会员分组

parent 4793aaf5
......@@ -223,7 +223,11 @@ export default {
this.listsParams.pageNum = 1;
this.listsParams.classifyName = '';
this.getMemberGroupList();
if (newVal == 3) {
if (newVal == 1) {
this.$emit('second-list', 'all');
} else if (newVal == 2) {
this.$emit('second-list', 'showFixedList');
} else if (newVal == 3) {
this.$emit('second-list', 'allLevel');
}
}
......
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