prv
parent
5e554a5b30
commit
5e7e2b8d4f
|
@ -540,7 +540,7 @@ export default {
|
||||||
})
|
})
|
||||||
this.overviewTotalDay = sum;
|
this.overviewTotalDay = sum;
|
||||||
this.typeDistributionDataDay = response.data;
|
this.typeDistributionDataDay = response.data;
|
||||||
//this.overviewDay++;
|
this.overviewDay++;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -553,7 +553,7 @@ export default {
|
||||||
})
|
})
|
||||||
this.overviewTotal = sum;
|
this.overviewTotal = sum;
|
||||||
this.typeDistributionData = response.data;
|
this.typeDistributionData = response.data;
|
||||||
//this.overview++;
|
this.overview++;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue