|
|
|
|
@ -464,6 +464,11 @@ const getAllGlobalCountData = async (timeValue = time.value) => {
|
|
|
|
|
const getGlobalMapData = async (timeValue = time.value) => { |
|
|
|
|
const res = await getGlobalMap(timeValue); |
|
|
|
|
const mappedData = mapOrgNameMapping(res.globalTempMapVoList, "totalPro"); |
|
|
|
|
mappedData.map((s)=>{ |
|
|
|
|
if(s.name == '湘江新区公安局'){ |
|
|
|
|
s.name = '湘江新区' |
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
|
console.log('mappedData',mappedData) |
|
|
|
|
// 所有问题总数 |
|
|
|
|
const maxItem = mappedData.reduce( |
|
|
|
|
|