Commit 812b52ab by caoyanzhi

ss

parent 01c16650
......@@ -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