|
@@ -214,7 +214,8 @@ export default {
|
|
this.$refs.rangeDate.resetDate(this.time)
|
|
this.$refs.rangeDate.resetDate(this.time)
|
|
this.queryParam.beginDate = undefined
|
|
this.queryParam.beginDate = undefined
|
|
this.queryParam.endDate = undefined
|
|
this.queryParam.endDate = undefined
|
|
- this.queryParam.purchaseTargetName = ''
|
|
|
|
|
|
+ this.queryParam.purchaseTargetSn = undefined
|
|
|
|
+ this.queryParam.purchaseTargetType = undefined
|
|
this.queryParam.purchaseBillNo = ''
|
|
this.queryParam.purchaseBillNo = ''
|
|
this.$refs.table.refresh(true)
|
|
this.$refs.table.refresh(true)
|
|
},
|
|
},
|