Commit 94d0f593 by caoyanzhi

解决编辑会员分组时,添加一组标签,标签组之间关系异常的问题

parent 504d9048
......@@ -531,7 +531,7 @@ export default {
});
this.ruleForm.selectedTags = this.ruleForm.selectedTags.filter(item => item.length > 0);
this.ruleForm.selectedTags.map(tagsGroup => {
this.ruleForm.tagsGroupRelation.push(tagsGroup[0].levelType);
this.ruleForm.tagsGroupRelation.push(tagsGroup[0].levelType ? tagsGroup[0].levelType : 'or');
});
}
})
......
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