소스 검색

bug修复

chenrui 3 년 전
부모
커밋
625e3effbc
1개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. 6 1
      src/views/purchasingManagement/bulkWarehousingOrder/productModal.vue

+ 6 - 1
src/views/purchasingManagement/bulkWarehousingOrder/productModal.vue

@@ -207,7 +207,12 @@ export default {
               setTimeout(() => {
                 _this.$emit('ok', res.data)
                 _this.spinning = false
-                _this.resetData()
+                _this.form.productSn = undefined
+                _this.form.productName = ''
+                _this.form.productCode = ''
+                _this.form.productOrigCode = ''
+                _this.form.productCost = ''
+                _this.form.productQty = ''
               }, 1000)
             } else {
               _this.spinning = false