From b8c771cd1da1e4e32a2f8ee80e5d6727a457232c Mon Sep 17 00:00:00 2001
From: AN <1983933789@qq.com>
Date: Tue, 24 Jun 2025 23:46:15 +0800
Subject: [PATCH] =?UTF-8?q?feat(projects):=20=E6=96=B0=E5=A2=9E=E7=94=A8?=
=?UTF-8?q?=E6=88=B7=E9=80=89=E6=8B=A9=E5=99=A8=E7=BB=84=E4=BB=B6=EF=BC=8C?=
=?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=B5=81=E7=A8=8B=E5=B9=B2=E9=A2=84=E6=8C=89?=
=?UTF-8?q?=E9=92=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/custom/user-select-modal.vue | 308 ++++++++++++++++++
.../custom/workflow/flow-intervene-modal.vue | 29 +-
src/typings/components.d.ts | 1 +
.../workflow/task/all-task-waiting/index.vue | 6 +-
4 files changed, 339 insertions(+), 5 deletions(-)
create mode 100644 src/components/custom/user-select-modal.vue
diff --git a/src/components/custom/user-select-modal.vue b/src/components/custom/user-select-modal.vue
new file mode 100644
index 00000000..61cccca1
--- /dev/null
+++ b/src/components/custom/user-select-modal.vue
@@ -0,0 +1,308 @@
+
+
+
+
+
+
+ handleResetTreeData()">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 已存在的用户无法被选择
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t('common.cancel') }}
+ {{ $t('common.confirm') }}
+
+
+
+
+
+
diff --git a/src/components/custom/workflow/flow-intervene-modal.vue b/src/components/custom/workflow/flow-intervene-modal.vue
index 4bafa4f9..deba7c8e 100644
--- a/src/components/custom/workflow/flow-intervene-modal.vue
+++ b/src/components/custom/workflow/flow-intervene-modal.vue
@@ -1,12 +1,16 @@