From 1a0a49a2bd1e9380e7da89cc2b1b8ad4c2d5e97e Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 8 May 2026 19:14:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20provinces=20=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=8F=98=E5=8C=96=E7=9B=91=E5=90=AC=EF=BC=8C=E7=A1=AE?= =?UTF-8?q?=E4=BF=9D=E5=9C=B0=E5=9B=BE=E6=95=B0=E6=8D=AE=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/pages/admin/index.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/src/pages/admin/index.vue b/frontend/src/pages/admin/index.vue index 1dc6b9f..28bdcdf 100644 --- a/frontend/src/pages/admin/index.vue +++ b/frontend/src/pages/admin/index.vue @@ -750,6 +750,10 @@ watch(isDark, () => { updateMapOption() }) +watch(provinces, () => { + updateMapOption() +}, { deep: true }) + onUnmounted(() => { if (chartInstance) { chartInstance.dispose()