@@ -68,6 +68,7 @@ export default {
isShow (newValue, oldValue) {
if (!newValue) {
this.$emit('close')
+ this.$refs.ruleForm.resetFields()
} else {
this.getWarehouseList()
}
@@ -532,7 +532,6 @@ export default {
)
},
pageInit () {
- this.resetSearchForm()
this.chooseResetSearchForm()
this.getProductBrand()
this.getProductType()