695593266@qq.com пре 4 месеци
родитељ
комит
51855ea878
1 измењених фајлова са 3 додато и 1 уклоњено
  1. 3 1
      src/views/productionPlan/components/auxiliaryMaterial.vue

+ 3 - 1
src/views/productionPlan/components/auxiliaryMaterial.vue

@@ -794,7 +794,9 @@
 
       async getFindAssistMaterialInfoByPlanId(itemData) {
         const res = await findAssistMaterialInfoByPlanId({
-          planId: itemData.productionPlanId,
+          planId: itemData.productionPlanId
+            ? itemData.productionPlanId
+            : itemData.id,
           bomVersionId: itemData.bomCategoryId,
           routingId: itemData.produceRoutingId
         });