695593266@qq.com пре 8 месеци
родитељ
комит
938a4fa9cc
1 измењених фајлова са 3 додато и 1 уклоњено
  1. 3 1
      src/views/material/BOMmanage/components/workingProcedure.vue

+ 3 - 1
src/views/material/BOMmanage/components/workingProcedure.vue

@@ -1656,7 +1656,9 @@
         if (rowData.baseCount) {
           this.form.baseCount = rowData.baseCount;
         } else {
-          this.form.baseCount = 1;
+          this.form.baseCount = attributeData.baseCount
+            ? attributeData.baseCount
+            : 1;
         }
 
         // if (this.attributeData) {