From 81049dfe319c2697970e0c5ddacd128893df2e59 Mon Sep 17 00:00:00 2001 From: guoapeng Date: Tue, 15 Jul 2025 14:29:32 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=96=B7=E6=B6=82=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E9=80=89=E5=8C=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/spray/index.vue | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/views/spray/index.vue b/src/views/spray/index.vue index 43673ed..2c836f4 100644 --- a/src/views/spray/index.vue +++ b/src/views/spray/index.vue @@ -45,12 +45,6 @@ const getSpraying = async () => { res.sprayTaskParams.forEach((item: any) => { sprayStore.updateSprayForm(item, item.index) }) - // res.sprayParams.position.forEach((p: any) => { - // form.value.position[p.index] = p - // nextTick(() => { - // sprayRefs.value[p.index].updateSelection(p.x1 * 5, p.y1 * 5, (p.x2 - p.x1) * 5, (p.y2 - p.y1) * 5) - // }) - // }) res.sprayTaskSprayedList .forEach((task: any) => { nextTick(() => {