wente
2023-12-19 dd5c0e7704a9ed729492b328e42d22014067b0b4
web/src/views/modules/flowChart/processTimeline.vue
@@ -1,9 +1,9 @@
<template>
  <el-row :gutter="10">
    <el-col>
    <el-col :span="12">
      <FlowChartView :flowChartHeight="flowChartHeight" ref="flowChartView"></FlowChartView>
    </el-col>
    <el-col>
    <el-col :span="12">
      <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) {