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