From 6f9851a4e5fb507069c6ef3e93a76a2945a1b6fe Mon Sep 17 00:00:00 2001 From: songgaoshuai <1742057357@qq.com> Date: Thu, 7 Mar 2024 16:16:28 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E4=BF=AE=E5=A4=8D=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E8=AE=BE=E8=AE=A1=E5=99=A8=E9=97=AE=E9=A2=98?= =?UTF-8?q?=20=E5=8A=9F=E8=83=BD=E6=9C=AA=E5=AE=8C=E6=88=90=E5=85=88?= =?UTF-8?q?=E6=B3=A8=E9=87=8A=E6=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/BpmnDesign/panel/TaskPanel.vue | 2 +- src/components/BpmnDesign/panel/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/BpmnDesign/panel/TaskPanel.vue b/src/components/BpmnDesign/panel/TaskPanel.vue index 267ad30..f269a8e 100644 --- a/src/components/BpmnDesign/panel/TaskPanel.vue +++ b/src/components/BpmnDesign/panel/TaskPanel.vue @@ -67,7 +67,7 @@ diff --git a/src/components/BpmnDesign/panel/index.vue b/src/components/BpmnDesign/panel/index.vue index aa39af1..6c2d146 100644 --- a/src/components/BpmnDesign/panel/index.vue +++ b/src/components/BpmnDesign/panel/index.vue @@ -45,7 +45,7 @@ const component = computed(() => { if (sequenceType.includes(type)) return SequenceFlowPanel; if (gatewayType.includes(type)) return GatewayPanel; if (processType.includes(type)) return ProcessPanel; - return proxy?.$modal.msgWarning('面板开发中....'); + //return proxy?.$modal.msgWarning('面板开发中....'); }); const nodeName = computed(() => {