From 80c51e677e2cadc25498552aac2b5f596ecf3070 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Sun, 4 May 2025 20:29:42 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E3=80=90BPM=20=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E6=B5=81=E3=80=91=E4=BF=AE=E5=A4=8D=20BPMN=20=E8=AE=BE?= =?UTF-8?q?=E8=AE=A1=E5=99=A8=E4=B8=AD=EF=BC=8C=E5=B1=95=E7=A4=BA=E7=9A=84?= =?UTF-8?q?=E8=A1=A8=E5=8D=95=E9=80=89=E6=8B=A9=EF=BC=8C=E8=BF=94=E6=98=BE?= =?UTF-8?q?=E4=B8=8D=E6=AD=A3=E7=A1=AE=20https://gitee.com/yudaocode/yudao?= =?UTF-8?q?-ui-admin-vue3/issues/IC45Z8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../bpmnProcessDesigner/package/penal/form/ElementForm.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/bpmnProcessDesigner/package/penal/form/ElementForm.vue b/src/components/bpmnProcessDesigner/package/penal/form/ElementForm.vue index 3bb7d660..2359aff6 100644 --- a/src/components/bpmnProcessDesigner/package/penal/form/ElementForm.vue +++ b/src/components/bpmnProcessDesigner/package/penal/form/ElementForm.vue @@ -237,7 +237,7 @@ const props = defineProps({ const prefix = inject('prefix') const width = inject('width') -const formKey = ref('') +const formKey = ref(undefined) const businessKey = ref('') const optionModelTitle = ref('') const fieldList = ref([]) @@ -462,6 +462,7 @@ const updateElementExtensions = () => { const formList = ref([]) // 流程表单的下拉框的数据 onMounted(async () => { formList.value = await FormApi.getFormSimpleList() + formKey.value = parseInt(formKey.value) }) watch(