浏览代码

fix:默认1改为0

zh 2 年之前
父节点
当前提交
e6e3775d82
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/supply/engin/components/engin_form.vue

+ 1 - 1
src/views/supply/engin/components/engin_form.vue

@@ -860,7 +860,7 @@ export default {
       this.goodsList = this.goodsList.concat(this.rightGoodsList)
       this.goodsList.forEach(k => {
         if (k.qty) {
-          k.qty = 1
+          k.qty = 0
         }
         if (!k.cid) {
           k.cid = ''