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)