更改日期后,地图数据变化
This commit is contained in:
parent
a0e37e1dbb
commit
5b93e3373b
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue