Commit c21a933a by liuchenxi

update: 标签调整

parent 3cbcf8c9
......@@ -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