src/views/flowable/workflow/InspectionOrder/InspectionOrderHandle.vue
@@ -153,7 +153,6 @@ <a-tab-pane key='3' tab='流程图'> <img :src="imageSrc" v-if="imageSrc"/> </a-tab-pane> </template> <a-tab-pane key='4' tab='流转节点'> <a-card> @@ -170,7 +169,7 @@ </a-timeline> </a-card> </a-tab-pane> </template> <a-button v-if="activeTabKey=='1'||activeTabKey=='2'" @@ -432,6 +431,7 @@ this.model = Object.assign({}, record) this.getDayInspectionOrderListByApi(record.id) this.getWeekInspectionOrderListByApi(record.standardId) this.getFlowChartImageByApi(record) this.getFlowTaskListByApi(record) },