@@ -150,8 +150,8 @@ export default {
methods: {
// 时间 change
dateChange (date) {
- this.queryParam.beginDate = date[0]
- this.queryParam.endDate = date[1]
+ this.queryParam.beginDate = date[0] + ' 00:00:00'
+ this.queryParam.endDate = date[1] + ' 00:00:00'
},
// 重置
resetSearchForm () {