From 185c297f943c091ffbabc79137aab2a67e61846f Mon Sep 17 00:00:00 2001
From: zhangherong <571457620@qq.com>
Date: 星期一, 14 七月 2025 17:13:55 +0800
Subject: [PATCH] art: 我的待办-流程发起人信息修改

---
 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