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 style="margin-top: 10px"> <el-col :span="12"> <ProcessTrajectory ref="processTrajectory" @refreshDataList="getQuery()"></ProcessTrajectory> </el-col> </el-row>