|
@@ -292,13 +292,13 @@ export default {
|
|
|
this.$refs.outWareRangeDate.resetDate('')
|
|
|
this.queryParam.outWarehouseBeginDate = ''
|
|
|
this.queryParam.outWarehouseEndDate = ''
|
|
|
-
|
|
|
+ this.$refs.custList.resetForm()
|
|
|
this.queryParam.customerSnCurrent = undefined
|
|
|
this.queryParam.customerNameCurrent = undefined
|
|
|
this.queryParam.callOutType = undefined
|
|
|
this.queryParam.state = undefined
|
|
|
this.queryParam.settleState = undefined
|
|
|
- this.$refs.custList.resetForm()
|
|
|
+
|
|
|
if (!flag) {
|
|
|
this.setIsHomeNav(this.$route.name, null)
|
|
|
}
|