Browse Source

审计数量取真实数量

master
buaixuexideshitongxue 2 months ago
parent
commit
006d96e675
  1. 1
      src/views/datav/Global.vue

1
src/views/datav/Global.vue

@ -448,7 +448,6 @@ 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 = 496
}; };
const getGlobalMapData = async (timeValue = time.value) => { const getGlobalMapData = async (timeValue = time.value) => {
const body = { const body = {

Loading…
Cancel
Save