Browse Source

fix:优化,大屏提速v1

master
pengwei 1 month ago
parent
commit
526e25c8d8
  1. 2
      src/views/datav/Global.vue

2
src/views/datav/Global.vue

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

Loading…
Cancel
Save