|
@@ -377,12 +377,14 @@ export default {
|
|
|
})
|
|
|
},
|
|
|
resetSearchForm () {
|
|
|
- this.$refs.rangeCreateDate.resetDate()
|
|
|
- this.$refs.rangeExamineDate.resetDate()
|
|
|
+ this.$refs.rangeCreateDate.resetDate(this.createDate)
|
|
|
this.queryParam.beginDate = getDate.getThreeMonthDays().starttime
|
|
|
this.queryParam.endDate = getDate.getCurrMonthDays().endtime
|
|
|
+
|
|
|
+ this.$refs.rangeExamineDate.resetDate()
|
|
|
this.queryParam.beginAuditDate = ''
|
|
|
this.queryParam.endAuditDate = ''
|
|
|
+
|
|
|
this.queryParam.buyerSn = undefined
|
|
|
this.$refs.dealerSubareaScopeList.resetForm()
|
|
|
this.queryParam.salesReturnBillNo = ''
|