屏蔽门操作bug修复

This commit is contained in:
joylink_zhaoerwei 2024-02-23 16:02:25 +08:00
parent f566a47718
commit 3a7662d308

View File

@ -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,