From 1ac52ed70d3733221cdcd994912e200f7763ea1b Mon Sep 17 00:00:00 2001 From: Shan Ao <178391389@qq.com> Date: Thu, 6 Feb 2025 18:02:21 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90bug=E3=80=91=201.=20=E6=B6=88=E9=98=B2?= =?UTF-8?q?=E6=A3=80=E6=9F=A5=E5=88=A4=E6=96=AD=E5=AD=97=E6=AE=B5=E5=86=99?= =?UTF-8?q?=E9=94=99=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/firefighting/device/components/edit.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/firefighting/device/components/edit.vue b/src/views/firefighting/device/components/edit.vue index b6ab6a6..66c4b68 100644 --- a/src/views/firefighting/device/components/edit.vue +++ b/src/views/firefighting/device/components/edit.vue @@ -311,7 +311,7 @@ export default { } this.$refs.form.validate(valid => { if (valid) { - if (this.$parent.FIRE_DEVICE_ID === '') { + if (this.$parent.fireDeviceId === '') { this.handleAdd() } else { this.handleUpdate()