202404-调整出场话术,篮球订单查询日期条件范围调整
This commit is contained in:
@@ -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 = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user