|
@@ -223,12 +223,12 @@ export default {
|
|
|
// 创建时间 change
|
|
|
dateCreateChange (date) {
|
|
|
this.queryParam.beginDate = date[0] + ' 00:00:00'
|
|
|
- this.queryParam.endDate = date[1] + ' 59:59:59'
|
|
|
+ this.queryParam.endDate = date[1] + ' 23:59:59'
|
|
|
},
|
|
|
// 审核时间 change
|
|
|
dateExamineChange (date) {
|
|
|
this.queryParam.auditBeginDate = date[0] + ' 00:00:00'
|
|
|
- this.queryParam.auditEndDate = date[1] + ' 59:59:59'
|
|
|
+ this.queryParam.auditEndDate = date[1] + ' 23:59:59'
|
|
|
},
|
|
|
custChange (val) {
|
|
|
this.queryParam.senderSn = val.key
|