6
jinlin
2023-12-04 35d048aa5c0eecd6a737c04278779b0720b0e3db
web/src/views/modules/flowChart/processTimeline.vue
@@ -3,7 +3,7 @@
    <el-col>
      <FlowChartView :flowChartHeight="flowChartHeight" ref="flowChartView"></FlowChartView>
    </el-col>
    <el-col>
    <el-col style="margin-top: 10px">
      <ProcessTrajectory ref="processTrajectory" @refreshDataList="getQuery()"></ProcessTrajectory>
    </el-col>
  </el-row>
@@ -70,8 +70,8 @@
          bizId:row.bizId
        }
        this.$nextTick(() => {
          this.$refs.processTrajectory.init(params)
          this.$refs.flowChartView.init(params)
          this.$refs.processTrajectory.init(params)
        })
      },
      indexFormat(index) {