[1078] 优化终端参数查询和设置

This commit is contained in:
lin
2025-07-21 10:35:30 +08:00
parent a60eb082fe
commit 03b5c0241f
5 changed files with 58 additions and 46 deletions

View File

@@ -91,6 +91,7 @@ export default {
mounted() {
if (this.fatherValue !== null) {
console.log(this.fatherValue)
this.form.urgent = this.fatherValue.urgent || false
this.form.alarmSpeeding = this.fatherValue.alarmSpeeding || false
this.form.alarmTired = this.fatherValue.alarmTired || false