【bug】

1. 消防检查判断字段写错了
pet
Shan Ao 2025-02-06 18:02:21 +08:00
parent da1352f608
commit 1ac52ed70d
1 changed files with 1 additions and 1 deletions

View File

@ -311,7 +311,7 @@ export default {
} }
this.$refs.form.validate(valid => { this.$refs.form.validate(valid => {
if (valid) { if (valid) {
if (this.$parent.FIRE_DEVICE_ID === '') { if (this.$parent.fireDeviceId === '') {
this.handleAdd() this.handleAdd()
} else { } else {
this.handleUpdate() this.handleUpdate()