|
|
|
|
@ -462,7 +462,11 @@ const getAllGlobalCountData = async (timeValue = time.value) => {
|
|
|
|
|
overview.value.auditPro = 496 |
|
|
|
|
}; |
|
|
|
|
const getGlobalMapData = async (timeValue = time.value) => { |
|
|
|
|
const res = await getGlobalMap(timeValue); |
|
|
|
|
const body = { |
|
|
|
|
beginTime: time.value[0], |
|
|
|
|
endTime: time.value[1] |
|
|
|
|
} |
|
|
|
|
const res = await getGlobalMap(body); |
|
|
|
|
const mappedData = mapOrgNameMapping(res.globalTempMapVoList, "totalPro"); |
|
|
|
|
|
|
|
|
|
console.log('mappedData',mappedData) |
|
|
|
|
|