|
@@ -162,7 +162,7 @@ export default {
|
|
|
const searchData = Object.assign(parameter, this.queryParam)
|
|
|
if (this.time && this.time.length) {
|
|
|
searchData.beginDate = moment(this.time[0]).format('YYYY-MM-DD 00:00:00')
|
|
|
- searchData.endDate = moment(this.time[1]).format('YYYY-MM-DD 00:00:00')
|
|
|
+ searchData.endDate = moment(this.time[1]).format('YYYY-MM-DD 23:59:59')
|
|
|
} else {
|
|
|
searchData.beginDate = ''
|
|
|
searchData.endDate = ''
|
|
@@ -285,7 +285,7 @@ export default {
|
|
|
const params = this.queryParam
|
|
|
if (this.time && this.time.length) {
|
|
|
params.beginDate = moment(this.time[0]).format('YYYY-MM-DD 00:00:00')
|
|
|
- params.endDate = moment(this.time[1]).format('YYYY-MM-DD 00:00:00')
|
|
|
+ params.endDate = moment(this.time[1]).format('YYYY-MM-DD 23:59:59')
|
|
|
} else {
|
|
|
params.beginDate = ''
|
|
|
params.endDate = ''
|
|
@@ -348,7 +348,7 @@ export default {
|
|
|
const params = this.queryParam
|
|
|
if (this.time && this.time.length) {
|
|
|
params.beginDate = moment(this.time[0]).format('YYYY-MM-DD 00:00:00')
|
|
|
- params.endDate = moment(this.time[1]).format('YYYY-MM-DD 00:00:00')
|
|
|
+ params.endDate = moment(this.time[1]).format('YYYY-MM-DD 23:59:59')
|
|
|
} else {
|
|
|
params.beginDate = ''
|
|
|
params.endDate = ''
|