zhaowei
昨天 05a1b1278368247b71ad5be601394896a5046d16
真空热处理炉三保流程维修组长确认赋值问题修复
已修改2个文件
4 ■■■■ 文件已修改
src/views/eam/maintenance/modules/EamSecondMaintenanceOrderBatchPrintModal.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/flowable/workflow/thirdMaintenance/ThirdMaintenanceFurnaceApprovalModal.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/eam/maintenance/modules/EamSecondMaintenanceOrderBatchPrintModal.vue
@@ -163,7 +163,7 @@
      close() {
        this.$emit('close')
        this.visible = false
        this.$refs.form.clearValidate()
        if (this.$refs.form) this.$refs.form.clearValidate()
      }
    }
  }
src/views/flowable/workflow/thirdMaintenance/ThirdMaintenanceFurnaceApprovalModal.vue
@@ -243,7 +243,7 @@
        getAction(this.url.queryById, { id: record.dataId })
          .then(res => {
            if (res.success) {
              that.model = Object.assign({ confirmDealType: '1' }, res.result)
              that.model = Object.assign({}, res.result, { confirmDealType: '1' })
              that.model.dataId = record.dataId
              that.model.taskId = record.id
              that.model.userId = record.assignee