测试微调

This commit is contained in:
joylink_zhaoerwei 2023-12-28 15:10:41 +08:00
parent c8580b9d42
commit e699ac3ef3

View File

@ -341,7 +341,6 @@ function removeSelect(removeIndex: number) {
const clickTarget = setAlartTextData.value.groupList[clickIndex as number]; const clickTarget = setAlartTextData.value.groupList[clickIndex as number];
selectGraphic.splice(removeIndex, 1); selectGraphic.splice(removeIndex, 1);
clickTarget.deviceInfos.splice(removeIndex, 1); clickTarget.deviceInfos.splice(removeIndex, 1);
clickTarget.deviceInfos.splice(removeIndex, 1);
lineStore.getLineApp().updateSelected(...selectGraphic); lineStore.getLineApp().updateSelected(...selectGraphic);
} }