diff --git a/src/views/datav/Global.vue b/src/views/datav/Global.vue index 38f4d34..5849a1e 100644 --- a/src/views/datav/Global.vue +++ b/src/views/datav/Global.vue @@ -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);