202404-调整出场话术,篮球订单查询日期条件范围调整

This commit is contained in:
2024-04-14 10:24:01 +08:00
parent 9cf0e1be1d
commit db3da7bd2e

View File

@@ -197,7 +197,7 @@ export default {
*/ */
handleSearch() { handleSearch() {
if (this.params.date != null) { if (this.params.date != null) {
this.params.endTime = moment(this.params.date[1]).format('YYYY-M-D HH:mm:ss') this.params.endTime = moment(this.params.date[1]).format('YYYY-M-D') + ' 23:59:59'
this.params.starTime = moment(this.params.date[0]).format('YYYY-M-D HH:mm:ss') this.params.starTime = moment(this.params.date[0]).format('YYYY-M-D HH:mm:ss')
} else { } else {
this.params.starTime = '' this.params.starTime = ''