From 561224d0c6ea8767766a8114ce15c98e31b6a0d9 Mon Sep 17 00:00:00 2001
From: lzhe <181968431@qq.com>
Date: 星期二, 08 七月 2025 23:54:10 +0800
Subject: [PATCH] 1

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

diff --git a/src/views/flow/todolist.vue b/src/views/flow/todolist.vue
index 69d43c6..250ad09 100644
--- a/src/views/flow/todolist.vue
+++ b/src/views/flow/todolist.vue
@@ -152,7 +152,7 @@
                     {
                         label: '娴佺▼绫诲瀷',
                         width: 100,
-                        prop: 'processDefinitionName',
+                        prop: 'categoryName',
                     },
                     
                     {
@@ -278,7 +278,7 @@
                 ...this.formApprove,
                 taskId: this.row.taskId,
                 processInstanceId: this.row.processInstanceId,
-                programIds: this.applist.map(v => v.id).join(','),
+                programIds: this.row.taskDefinitionKey === 'programmingTask' ? this.applist.map(v => v.id).join(',') : '',
             }).then(res => {
                 this.$message.success('瀹℃壒鎴愬姛');
                 this.approveBox = false;

--
Gitblit v1.9.3