Browse Source

fix 重量统计接口对接&字段对应

ylong 5 months ago
parent
commit
e0b788a7f4
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/statistic/overview/index.vue

+ 2 - 1
src/views/statistic/overview/index.vue

@@ -168,6 +168,7 @@ const fetchHistoryData = async () => {
         });
 };
 
+
 // 获取省份排名数据 //传入的时间是近7天,结束时间就是今天,使用 dayjs
 const fetchProvinceData = async () => {
     const params = {
@@ -200,7 +201,7 @@ const fetchRealTimeData = async () => {
     }).finally(() => {
         loading.value = false;
     });
-};
+};2254
 
 onMounted(() => {
     fetchProvinceData();