人员管理增加修改

This commit is contained in:
2026-06-02 09:15:38 +08:00
parent 92165c914a
commit 05a72ac7dd
6 changed files with 212 additions and 87 deletions
+2 -2
View File
@@ -379,10 +379,10 @@ export default {
}
},
temp() {
this.RS485.sendDataString(cmd.getTemp())
this.RS485.sendDataString('020300000002C438')
},
pressure() {
this.RS485.sendDataString(cmd.getPressure())
this.RS485.sendDataString('01030001000295CB')
}
}