|
|
|
|
@ -181,7 +181,8 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
handleSearch() {
|
|
|
|
|
console.log(this.queryParam)
|
|
|
|
|
this.handleGetHistoryList()
|
|
|
|
|
this.pageNum = 1
|
|
|
|
|
this.request()
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
handleGetHistoryList(pagination) {
|
|
|
|
|
@ -216,12 +217,17 @@ export default {
|
|
|
|
|
console.log(date)
|
|
|
|
|
console.log(dateString)
|
|
|
|
|
console.log(date[0].format('YYYY-MM-DD HH:mm'))
|
|
|
|
|
this.pageNum = 1
|
|
|
|
|
|
|
|
|
|
this.queryParam.startTimestamp = date[0].format('YYYY-MM-DD HH:mm:ss')
|
|
|
|
|
this.queryParam.endTimestamp = date[1].format('YYYY-MM-DD HH:mm:ss')
|
|
|
|
|
},
|
|
|
|
|
handleReset() {
|
|
|
|
|
this.queryParam.startTimestamp = ""
|
|
|
|
|
this.queryParam.endTimestamp = ""
|
|
|
|
|
this.pageNum = 1
|
|
|
|
|
this.pageSize = 10
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
showModel(record) {
|
|
|
|
|
this.visible = true
|
|
|
|
|
@ -239,6 +245,8 @@ export default {
|
|
|
|
|
this.queryParam.endTimestamp = ""
|
|
|
|
|
this.queryParam.orderNum = ""
|
|
|
|
|
this.time = []
|
|
|
|
|
this.pageNum = 1
|
|
|
|
|
this.pageSize = 10
|
|
|
|
|
this.handleGetHistoryList()
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
|