|
|
|
|
@ -453,7 +453,11 @@ const getBusinessRateData = async (timeValue = time.value) => {
|
|
|
|
|
ywlxPieOption.value.series[0].data = res.ywzblist; |
|
|
|
|
}; |
|
|
|
|
const getAllGlobalCountData = async (timeValue = time.value) => { |
|
|
|
|
const res = await getAllGlobalCount(timeValue); |
|
|
|
|
const body = { |
|
|
|
|
beginTime: time.value[0], |
|
|
|
|
endTime: time.value[1] |
|
|
|
|
} |
|
|
|
|
const res = await getAllGlobalCount(body); |
|
|
|
|
overview.value = res.overview; |
|
|
|
|
}; |
|
|
|
|
const getGlobalMapData = async (timeValue = time.value) => { |
|
|
|
|
|