Commit c36a67b8 by caoyanzhi

update: 新建分组

parent 46f66d27
......@@ -353,16 +353,20 @@ export default {
// 更新频率
rateData: [
{
label: '实时更新',
value: 0
},
{
label: '每日一次',
value: 1
},
{
label: '生效后更新一次',
value: 3
value: 2
},
{
label: '生效后更新一次',
value: 4
value: 3
},
],
......@@ -717,7 +721,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
......
......@@ -329,19 +329,19 @@ export default {
rateData: [
{
label: '实时更新',
value: 1
value: 0
},
{
label: '每日一次',
value: 2
value: 1
},
{
label: '生效后更新一次',
value: 3
value: 2
},
{
label: '生效后更新一次',
value: 4
value: 3
},
],
......
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