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); }