Ver Fonte

bug修复【ID1007851】

chenrui há 4 anos atrás
pai
commit
0caac6cf12

+ 3 - 0
src/views/productManagement/productInfo/offlineModal.vue

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