开屏设置默认开启

This commit is contained in:
liaozetao
2023-11-21 11:54:43 +08:00
parent bbd7e21197
commit babe71973b

View File

@@ -295,6 +295,7 @@ export default {
startTime: this.resource.startTime, startTime: this.resource.startTime,
endTime: this.resource.endTime, endTime: this.resource.endTime,
seqNo: this.resource.seqNo, seqNo: this.resource.seqNo,
isEnabled: 1,
ruleValue: JSON.stringify(this.resource.ruleValue) ruleValue: JSON.stringify(this.resource.ruleValue)
}).then(res => { }).then(res => {
this.getData(); this.getData();