更改日期后,地图数据变化

This commit is contained in:
张宁 2024-07-05 16:04:06 +08:00
parent a0e37e1dbb
commit 5b93e3373b
1 changed files with 5 additions and 0 deletions

View File

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