Commit cc80079d by liuchenxi

Merge branch 'feature/3月会员标签' into dev

parents d47b8278 c21a933a
......@@ -683,7 +683,8 @@ export default {
this.loadMemberTagList(this.params);
this.manualTagPop.tagTwoLevelGroupId = '';
this.manualTagPop.tagLevelGroupId = '';
this.changeTagTitle(list.name);
const name = ['手工标签', '活动标签'].includes(list.name) ? `全部${list.name}` : list.name;
this.changeTagTitle(name);
},
changeTagTitle(name) {
this.tagName = name || '全部系统标签';
......
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