|
@@ -633,7 +633,7 @@ export default {
|
|
|
} else {
|
|
|
nDay = 28
|
|
|
}
|
|
|
- this.queryParams.timeInterval = [lYear + '-' + lMonth + '-' + '01 00:00:00', nYear + '-' + nMonth + '-' + nDay + '23:59:59']
|
|
|
+ this.queryParams.timeInterval = [lYear + '-' + lMonth + '-' + '01 00:00:00', nYear + '-' + nMonth + '-' + nDay + ' 23:59:59']
|
|
|
|
|
|
queryVehicle().then(res => {
|
|
|
this.fTrucknoList = res.data
|