瀏覽代碼

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