From 6d40892cb8f829f90d1bcae271092a7bfcc40836 Mon Sep 17 00:00:00 2001 From: zhaowei <zhaowei> Date: 星期一, 14 七月 2025 14:16:41 +0800 Subject: [PATCH] 取消鉴定工单审批提交代码注释 --- src/views/flowable/workflow/TechnicalStatusEvaluation/TechnicalStatusEvaluationApprovalModal.vue | 40 ++++++++++++++++++++-------------------- 1 files changed, 20 insertions(+), 20 deletions(-) diff --git a/src/views/flowable/workflow/TechnicalStatusEvaluation/TechnicalStatusEvaluationApprovalModal.vue b/src/views/flowable/workflow/TechnicalStatusEvaluation/TechnicalStatusEvaluationApprovalModal.vue index ed0fd40..963c6bf 100644 --- a/src/views/flowable/workflow/TechnicalStatusEvaluation/TechnicalStatusEvaluationApprovalModal.vue +++ b/src/views/flowable/workflow/TechnicalStatusEvaluation/TechnicalStatusEvaluationApprovalModal.vue @@ -584,26 +584,26 @@ } } console.log('model', this.model.tableDetailList) - // - // httpAction(this.url.approval, this.model, 'put') - // .then((res) => { - // if (res.success) { - // that.$notification.success({ - // message: '娑堟伅', - // description: res.message - // }) - // that.$emit('modalFormOk') - // that.close() - // } else { - // that.$notification.warning({ - // message: '娑堟伅', - // description: res.message - // }) - // } - // }) - // .finally(() => { - // that.confirmLoading = that.spinning = false - // }) + + httpAction(this.url.approval, this.model, 'put') + .then((res) => { + if (res.success) { + that.$notification.success({ + message: '娑堟伅', + description: res.message + }) + that.$emit('modalFormOk') + that.close() + } else { + that.$notification.warning({ + message: '娑堟伅', + description: res.message + }) + } + }) + .finally(() => { + that.confirmLoading = that.spinning = false + }) } else { return false } -- Gitblit v1.9.3