From f87b5571d0dcaa4ff4e8175e6857929c3f7ee77f Mon Sep 17 00:00:00 2001 From: guoapeng Date: Tue, 15 Jul 2025 19:17:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=BC=80=E5=A7=8B=E5=96=B7=E6=B6=82?= =?UTF-8?q?=E6=A0=A1=E9=AA=8C=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/spray/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/spray/index.vue b/src/views/spray/index.vue index 8e6c4ca..871b078 100644 --- a/src/views/spray/index.vue +++ b/src/views/spray/index.vue @@ -64,8 +64,8 @@ const startWork = async () => { return } const errIndex = [] - data.forEach((item, index) => { - if (!item.hasSet) { + sprayStore.sprayTaskParams.forEach((item, index) => { + if (!item.hasSet && item.select) { errIndex.push(index) FtMessage.error(`玻片${index + 1}: 请设置喷涂参数`) }