@@ -152,6 +152,9 @@ export default {
isShow (newValue, oldValue) {
if (!newValue) {
this.$emit('close')
+ this.loadData = []
+ this.form.offlineReasonType = undefined
+ this.form.offlineRemark = ''
}
},
offlineProductList: {