Commit 3f630d23 by caoyanzhi

Merge branch 'feature/6月迭代-抖音' into dev

parents 9e68b8a2 7286cb28
......@@ -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