Explorar o código

fix: 使用getTaskListById处理isParallel数据

xieyong hai 3 semanas
pai
achega
46fb1704ee
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/productionPlan/components/planDotLine.vue

+ 1 - 1
src/views/productionPlan/components/planDotLine.vue

@@ -519,7 +519,7 @@
           planCode: plan.code,
           routingId: plan.produceRoutingId,
           routingName: plan.produceRoutingName ?? plan.routingName,
-          isParallelism: 0,
+          isParallelism: item.isParallel ?? 0,
           executionType: EXEC_TYPE.HOMEMADE,
           executionTeamId: '',
           executionTeamLeader: '',