|
|
|
|
@ -459,7 +459,7 @@ const getBusinessRateData = async (timeValue = time.value) => {
|
|
|
|
|
const getAllGlobalCountData = async (timeValue = time.value) => { |
|
|
|
|
const res = await getAllGlobalCount(timeValue); |
|
|
|
|
overview.value = res.overview; |
|
|
|
|
overview.value.auditPro = 119 |
|
|
|
|
overview.value.auditPro = 496 |
|
|
|
|
}; |
|
|
|
|
const getGlobalMapData = async (timeValue = time.value) => { |
|
|
|
|
const res = await getGlobalMap(timeValue); |
|
|
|
|
|