Explorar el Código

bug修复【ID1007851】

chenrui hace 4 años
padre
commit
0caac6cf12
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      src/views/productManagement/productInfo/offlineModal.vue

+ 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: {