From 3a7662d308317e922df229b7368ad3214eb57539 Mon Sep 17 00:00:00 2001 From: joylink_zhaoerwei Date: Fri, 23 Feb 2024 16:02:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=8F=E8=94=BD=E9=97=A8=E6=93=8D=E4=BD=9Cbu?= =?UTF-8?q?g=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/line-app/states/ScreenDoorState.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/line-app/states/ScreenDoorState.vue b/src/components/line-app/states/ScreenDoorState.vue index 127a8f5..8c62658 100644 --- a/src/components/line-app/states/ScreenDoorState.vue +++ b/src/components/line-app/states/ScreenDoorState.vue @@ -201,7 +201,7 @@ function doScreenDoorOperation(item: { lineStore.deviceOpreratDialogInstance = Dialog.create({ component: ScreenDoorOperation, componentProps: { - id: +screenDoorState.value.code, + id: +screenDoorState.value.id, code: code.value, sonDoorAmount: sonDoorAmount.value, asdCodesProp: screenDoorState.value.param.asdCodes,