jinlin
2023-12-12 b89ff3ae8af0424292bd7c2674f1e0e01c315a6e
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>