Parcourir la source

bug修复【ID1007851】

chenrui il y a 4 ans
Parent
commit
0caac6cf12
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  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: {