Commit 8c903954 by caoyanzhi

Merge branch 'feature/新建、编辑会员分组,选择非实时标签时更新频率限定为每日一次' into dev

parents f5f176d9 812b52ab
......@@ -621,7 +621,7 @@ export default {
this.ruleForm.effectiveDateTmp = tagGroupDto.effectiveDate;
// this.ruleForm.updateType = !!tagGroupDto.updateType ? Number(tagGroupDto.updateType) : '';
// this.ruleForm.updateDay = !!tagGroupDto.updateDay ? Number(tagGroupDto.updateDay) : '';
this.ruleForm.updateType = tagGroupDto.isRealTime == 0 ? 1 : '';
this.ruleForm.updateType = 1;
this.ruleForm.updateDay = '';
}
......
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