From e699ac3ef3f6a26d8c144c32bfed90de8d5fca3a Mon Sep 17 00:00:00 2001 From: joylink_zhaoerwei Date: Thu, 28 Dec 2023 15:10:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/alarm/setAlarmText.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/alarm/setAlarmText.vue b/src/components/alarm/setAlarmText.vue index 7583bdb..a805df6 100644 --- a/src/components/alarm/setAlarmText.vue +++ b/src/components/alarm/setAlarmText.vue @@ -341,7 +341,6 @@ function removeSelect(removeIndex: number) { const clickTarget = setAlartTextData.value.groupList[clickIndex as number]; selectGraphic.splice(removeIndex, 1); clickTarget.deviceInfos.splice(removeIndex, 1); - clickTarget.deviceInfos.splice(removeIndex, 1); lineStore.getLineApp().updateSelected(...selectGraphic); }