From 5b93e3373bbab817d8179e36bd05e7ada141dd0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=AE=81?= <18339727226@163.com> Date: Fri, 5 Jul 2024 16:04:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E6=97=A5=E6=9C=9F=E5=90=8E,?= =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E6=95=B0=E6=8D=AE=E5=8F=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index/index.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/views/index/index.vue b/src/views/index/index.vue index 4069966..697d748 100644 --- a/src/views/index/index.vue +++ b/src/views/index/index.vue @@ -141,14 +141,19 @@ const getAdminPCIndex = () => { watch(years,()=>{ // console.log('years.value',years.value); payData() + getAdminPCIndex() }) watch(months,()=>{ // console.log('months.value',months.value); payData() + getAdminPCIndex() + }) watch(days,()=>{ // console.log('days.value',days.value); payData() + getAdminPCIndex() + }) const batchs = ref()