From ab4350259935fdb38ddde02c1c0ba49f941e3c90 Mon Sep 17 00:00:00 2001 From: hewenqiang <1527468660@qq.com> Date: Fri, 28 Jan 2022 10:32:46 +0800 Subject: [PATCH] =?UTF-8?q?fix=20--=20=E4=BF=AE=E6=94=B9=E6=B5=81=E7=A8=8B?= =?UTF-8?q?=E5=AE=9A=E4=B9=89=E6=96=B0=E5=A2=9E=E5=92=8C=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E6=93=8D=E4=BD=9C=EF=BC=8C=E6=B7=BB=E5=8A=A0=E5=BC=B9=E7=AA=97?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E6=B5=81=E7=A8=8B=E5=9F=BA=E7=A1=80=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E3=80=82=E6=B5=81=E7=A8=8B=E5=88=86=E7=B1=BB=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E4=B8=8D=E5=86=99=E5=85=A5xml=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E4=B8=AD=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/ProcessDesigner/index.vue | 19 ++--- .../package/penal/base/ElementBaseInfo.vue | 12 ---- .../views/workflow/definition/designer.vue | 62 ++++++---------- .../src/views/workflow/definition/index.vue | 72 +++++++++++++++---- 4 files changed, 92 insertions(+), 73 deletions(-) diff --git a/ruoyi-ui/src/components/ProcessDesigner/index.vue b/ruoyi-ui/src/components/ProcessDesigner/index.vue index a6b0c131..57f2065e 100644 --- a/ruoyi-ui/src/components/ProcessDesigner/index.vue +++ b/ruoyi-ui/src/components/ProcessDesigner/index.vue @@ -6,8 +6,6 @@ v-bind="controlForm" keyboard ref="processDesigner" - :processId="flowEntryInfo.processDefinitionKey" - :processName="flowEntryInfo.processDefinitionName" :events="[ 'element.click', 'connection.added', @@ -26,7 +24,7 @@