From 29d52221a887e45d311a27a366823523cc2c60e1 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期日, 17 八月 2025 20:01:07 +0800
Subject: [PATCH] 替换流程编程节点不通过assignee控制

---
 src/views/flow/todolist.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/views/flow/todolist.vue b/src/views/flow/todolist.vue
index d1f7ad8..fccc1cf 100644
--- a/src/views/flow/todolist.vue
+++ b/src/views/flow/todolist.vue
@@ -439,7 +439,7 @@
                     //鏍″鑺傜偣,涓婁竴姝ユ槸缂栫▼
                     this.formApprove.assignee = row.variables.programmer;
                 }else if (["programmingTask"].includes(row.taskDefinitionKey)) {
-                    // 缂栧埗鑺傜偣,涓婁竴姝ユ槸缁勯暱
+                    // 璇曞垏缂栧埗鑺傜偣,涓婁竴姝ユ槸缁勯暱
                     this.formApprove.assignee = row.variables.teamLeader;
                 }else if(["cureProgramTask"].includes(row.taskDefinitionKey)) {
                     //鍥哄寲缂栧埗鑺傜偣锛屼笉閫氳繃灏辩粨鏉熶簡锛宎ssignee璁剧疆=''
@@ -447,7 +447,8 @@
                 }else if(["confirmIsUseableTask"].includes(row.taskDefinitionKey)) {
                     //鍒ゆ柇鏄惁鍙敤鑺傜偣锛屼笉鍙敤锛岀粰缂栧埗
                     this.formApprove.assignee = row.variables.programmer;
-                }if(['teamLeaderTask'].includes(row.taskDefinitionKey)){
+                }if(['teamLeaderTask','repalceProgrammingTask'].includes(row.taskDefinitionKey)){
+                    //鍒濆鑺傜偣涓嶉�氳繃灏辨槸缁撴潫娴佺▼锛屽鐞嗕汉涓虹┖
                     this.formApprove.assignee = '';
                 }
                 

--
Gitblit v1.9.3