瀏覽代碼

fix: 使用getTaskListById处理isParallel数据

xieyong 3 周之前
父節點
當前提交
46fb1704ee
共有 1 個文件被更改,包括 1 次插入1 次删除
  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: '',