소스 검색

bug 修复

lilei 4 년 전
부모
커밋
25d99f958f
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/cleanManage/statisticalReport.vue

+ 2 - 2
src/views/cleanManage/statisticalReport.vue

@@ -432,8 +432,8 @@ export default {
       findTotalGroupDate(params).then(res => {
         console.log(res, '清运量趋势')
         if (res.status == 200) {
-          const a = res.data.cleanReportData
-          const b = res.data.deliveryReportData
+          const a = res.data.deliveryReportData
+          const b = res.data.cleanReportData
           for (const key in a) {
             const val = Number(a[key] / 1000).toFixed(2)
             this.clearnChartData[0].data.push(val)