zhaowei
7 天以前 a9d63b007bf8e48023b7a7bbeaa6c6672d933a23
src/views/flowable/workflow/secondMaintenance/SecondMaintenanceApprovalModal.vue
@@ -342,13 +342,13 @@
       * @param record 主页面列表行记录
       */
      async handleDetail(record) {
        this.visible = true
        this.model = {}
        this.detail.operatorMaintenanceList = this.detail.repairerMaintenanceList = []
        this.handleTabToFirstTable()
        this.getBasicInformationByApi(record)
        this.getFlowChartImageByApi(record)
        this.loadDetail(record.dataId)
        this.visible = true
      },
      /**
@@ -356,11 +356,11 @@
       * @param record 主页面列表行记录
       */
      recordDetail(record) {
        this.visible = true
        this.activeTabKey = 1
        this.detail.operatorMaintenanceList = this.detail.repairerMaintenanceList = []
        this.model = Object.assign({}, record)
        this.loadDetail(record.id)
        this.visible = true
      },
      /**