|
@@ -194,10 +194,10 @@ export default {
|
|
|
this.$refs.rangeDate.resetDate(this.time)
|
|
|
this.queryParam.beginDate = getDate.getThreeMonthDays().starttime
|
|
|
this.queryParam.endDate = getDate.getCurrMonthDays().endtime
|
|
|
- this.queryParam.demanderName = ''
|
|
|
- this.queryParam.state = undefined
|
|
|
+ this.queryParam.buyerSn = ''
|
|
|
+ this.queryParam.billStatus = undefined
|
|
|
+ this.queryParam.salesBillNo = ''
|
|
|
this.queryParam.shippingAddrProvinceSn = undefined
|
|
|
- this.queryParam.sendFlag = undefined
|
|
|
this.queryParam.warehouseSn = undefined
|
|
|
this.$refs.table.refresh(true)
|
|
|
},
|