Commit 46f66d27 by caoyanzhi

update: 调整更新频率的枚举值

parent 2590edc2
......@@ -353,12 +353,8 @@ export default {
// 更新频率
rateData: [
{
label: '实时更新',
value: 1
},
{
label: '每日一次',
value: 2
value: 1
},
{
label: '生效后更新一次',
......@@ -721,7 +717,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 = 1;
this.ruleForm.updateType = 1;
// this.ruleForm.updateDay = '';
this.ruleForm.fixedType = +tagGroupDto.fixedType ? 1 : 0
this.ruleForm.fixedTime = tagGroupDto.fixedTime || this.ruleForm.fixedTime
......
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