Commit 8a1451b4 by caoyanzhi

实时计算isActive的值

parent 0cac91ec
......@@ -315,7 +315,6 @@ export default {
},
// 保存选择的标签数据
returnTagData(data) {
console.log(data);
let tagParams = JSON.parse(data.tagParams);
data.newTagVal = JSON.stringify(tagParams.selectedVal);
......@@ -333,6 +332,7 @@ export default {
this.ruleForm.selectedTags.splice(this.activeTagsGroupIndex, 1, tagsGroup);
break;
}
this.checkRealTime();
},
/**
......@@ -404,10 +404,6 @@ export default {
*/
postSave() {
let ruleForm = this.ruleForm;
this.checkRealTime();
console.log(this.ruleForm.isActive);
return;
const para = {
memberTagGroupId: ruleForm.memberTagGroupId,
......
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