From 82b787188b993d6b45db22ba9939776821fbec86 Mon Sep 17 00:00:00 2001 From: jason <2667446@qq.com> Date: Sun, 23 Nov 2025 17:40:08 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20[bpm][ele]=20=E4=BB=BF=E9=92=89?= =?UTF-8?q?=E9=92=89=E6=B5=81=E7=A8=8B=E8=AE=BE=E8=AE=A1=E5=99=A8=E5=AD=90?= =?UTF-8?q?=E6=B5=81=E7=A8=8B=E8=BF=81=E7=A7=BB=E9=97=AE=E9=A2=98=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../child-process-node-config.vue | 169 ++++++------------ 1 file changed, 59 insertions(+), 110 deletions(-) diff --git a/apps/web-ele/src/views/bpm/components/simple-process-design/components/nodes-config/child-process-node-config.vue b/apps/web-ele/src/views/bpm/components/simple-process-design/components/nodes-config/child-process-node-config.vue index 46ca6acc4..9ad51c734 100644 --- a/apps/web-ele/src/views/bpm/components/simple-process-design/components/nodes-config/child-process-node-config.vue +++ b/apps/web-ele/src/views/bpm/components/simple-process-design/components/nodes-config/child-process-node-config.vue @@ -175,7 +175,6 @@ const childFormFieldOptions = ref([]); const saveConfig = async () => { activeTabName.value = 'child'; if (!formRef.value) return false; - const valid = await formRef.value.validate().catch(() => false); if (!valid) return false; @@ -400,13 +399,7 @@ onMounted(async () => { label-position="top" :rules="formRules" > - + { v-for="(item, index) in childProcessOptions" :key="index" :value="item.key" - > - {{ item.name }} - + :label="item.name" + /> @@ -441,9 +433,9 @@ onMounted(async () => { v-for="(item, index) in configForm.inVariables" :key="index" > -
+
- {{ field.title }} - + :label="field.title" + />
-
+
- {{ field.title }} - + :label="field.title" + />
-
+
{