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