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()