zhaowei
7 天以前 7f1e90c6e0a90d7036fba754c14009c01f5694e4
src/views/flowable/workflow/secondMaintenance/SecondMaintenanceApprovalModal.vue
@@ -342,13 +342,13 @@
       * @param record 主页面列表行记录
       */
      async handleDetail(record) {
        this.spinning = 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.spinning = true
        this.activeTabKey = 1
        this.detail.operatorMaintenanceList = this.detail.repairerMaintenanceList = []
        this.model = Object.assign({}, record)
        this.loadDetail(record.id)
        this.visible = true
      },
      /**
@@ -368,7 +368,6 @@
       * @param record 主页面列表行记录
       */
      getBasicInformationByApi(record) {
        this.spinning = true
        const that = this
        getAction(this.url.queryById, { id: record.dataId })
          .then(res => {
@@ -507,7 +506,6 @@
      //规范选择变化
      loadDetail(orderId) {
        this.spinning = true
        getAction(this.url.detail, { orderId })
          .then(res => {
            if (res.success) {