Commit bc16c1e6 by caoyanzhi

将标签组之间的关系存到标签里面

parent cd2d3c11
......@@ -393,6 +393,12 @@ export default {
postSave() {
let ruleForm = this.ruleForm;
ruleForm.selectedTags.forEach((tagsGroup, tagsGroupIndex) => {
let relation = ruleForm.tagsGroupRelation[tagsGroupIndex];
tagsGroup.forEach(item => {
item.levelType = relation;
})
});
const para = {
memberTagGroupId: ruleForm.memberTagGroupId,
groupName: ruleForm.groupName,
......
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