From e5d0d37ac0345c050cab27de4296d36764d5a79d Mon Sep 17 00:00:00 2001 From: joylink_zhaoerwei Date: Thu, 7 Dec 2023 10:33:40 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=87=E9=9B=86=E5=88=97=E8=A1=A8bug?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layouts/RelayCabinetLayout/GeneraterCiCjConfig.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/RelayCabinetLayout/GeneraterCiCjConfig.ts b/src/layouts/RelayCabinetLayout/GeneraterCiCjConfig.ts index 84062af..4a1f7fc 100644 --- a/src/layouts/RelayCabinetLayout/GeneraterCiCjConfig.ts +++ b/src/layouts/RelayCabinetLayout/GeneraterCiCjConfig.ts @@ -466,7 +466,7 @@ watch(changeScreenDoorGroup, (group) => { if (group?.length == 1) { downScreenDoorCjList[0].refDeviceCodesAndPos.unshift([ { - code: 'KMJ', + code: 'XKMJ', position: PostionType.Q, }, ]);