From 7ce4eb4de625ae05d46eefc09d2dbe3117b055a4 Mon Sep 17 00:00:00 2001 From: guoapeng Date: Tue, 15 Jul 2025 10:45:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=BC=80=E5=A7=8B=E5=96=B7=E6=B6=82?= =?UTF-8?q?=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/spray/index.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/views/spray/index.vue b/src/views/spray/index.vue index 212dfe4..c2beca3 100644 --- a/src/views/spray/index.vue +++ b/src/views/spray/index.vue @@ -84,7 +84,6 @@ const startWork = async () => { sprayStore.sprayTaskParams.forEach((item, index) => { if (item.select) { sprayRefs.value[index].clearLines() - item.select = false } }) await setParams({ sprayTaskParams: sprayStore.sprayTaskParams.filter(item => item.select) })