From 6d50652e0d7c80493393c25062c85f3ee1e559bb Mon Sep 17 00:00:00 2001 From: scrin <2277317060@qq.com> Date: Sun, 16 Nov 2025 10:51:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=88=A0=E9=99=A4=E9=80=BB?= =?UTF-8?q?=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/index.vue b/src/views/index.vue index e3c39ef..bb25c90 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -1376,7 +1376,7 @@ const getDotsData = () => { } }).filter(v => v)] } -watch(() => [tableData1.value, areaPoints.value], (oldVal, newVal) => { +watch(() => JSON.stringify([tableData1.value, areaPoints.value]), (oldVal, newVal) => { getDotsData() }, {deep: true}) onMounted(() => {