Commit 6a48920b by liuchenxi

update: 标签

parent 858cd8f8
......@@ -760,12 +760,15 @@ export default {
this.memberTag = '';
const { activeTag, tagList, allTagList, handleFristTag } = this;
if (activeTag === 'system') {
this.handTag = 0;
allTagList();
} else if (activeTag === 'manual') {
const manualTag = tagList.find(el => el.handTag == 1);
this.handTag = 1;
handleFristTag(manualTag);
} else if(activeTag === 'active') {
const activeTag = tagList.find(el => el.handTag == 2);
this.handTag = 2;
handleFristTag(activeTag);
}
},
......
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