From 2c32efcebf457d3e385b5f684053d22aa2fcee96 Mon Sep 17 00:00:00 2001 From: suixy <2277317060@qq.com> Date: Fri, 12 Sep 2025 16:12:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=9A=9C=E7=A2=8D=E7=89=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/index.vue b/src/views/index.vue index 0574c8d..1ad8da8 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -768,6 +768,7 @@ const ad = () => { const StartWorkBtn = () => { StartWork() rulerRef.value.setDot([], true) + tableData1.value = [] } const StopWorkBtn = () => { StopWork() @@ -824,7 +825,7 @@ const setDot = (e) => { return {...v, index: k} })] console.log(dots) - rulerRef.value.setDot(dots) + rulerRef.value.setDot(dots, false) } const table1Current = (e, v) => { if (dotIndex.value === e.index) {