|
@@ -282,8 +282,8 @@ export default {
|
|
|
},
|
|
|
searchOrderDate (value) {
|
|
|
if (value) {
|
|
|
- this.searchForm.startTime = value[0] + ' 00:00:00'
|
|
|
- this.searchForm.endTime = value[1] + ' 23:59:59'
|
|
|
+ this.searchForm.startTime = value[0]
|
|
|
+ this.searchForm.endTime = value[1]
|
|
|
} else {
|
|
|
this.searchForm.startTime = null
|
|
|
this.searchForm.endTime = null
|