lyh
12 小时以前 385e27c9b88f33088bb9dc5e81801c8e9de7e187
src/views/flowable/workflow/MaintenanceStandard/MaintenanceStandardApprovalModal.vue
@@ -126,11 +126,10 @@
                </a-tab-pane>
              </template>
              <template v-if="selectShenpiData.processDefinitionKey">
              <template v-if="selectShenpiData.procInstId">
                <a-tab-pane key='3' tab='流程图'>
                  <img :src="imageSrc" alt="Fetched Image"/>
                </a-tab-pane>
              </template>
              <a-tab-pane key='4' tab='流转节点'>
                <a-card>
@@ -147,6 +146,9 @@
                  </a-timeline>
                </a-card>
              </a-tab-pane>
              </template>
            </a-tabs>
          </a-col>
@@ -420,12 +422,14 @@
      /**
       * 主页面点击详情时触发
       * @param record 主页面列表行记录
       *
       */
      handleDetail(record) {
        this.activeTabKey = '1'
        this.detail.dataSource1 = this.detail.dataSource2 = []
        this.model = Object.assign({}, record)
        this.getFlowTaskListByApi(record)
        this.getFlowChartImageByApi(record)
        this.loadDetail(record.id)
      },