From 5ba4e9b4c503c49e33a4aa91ca65078c1db8bf7a Mon Sep 17 00:00:00 2001 From: LiuHao Date: Thu, 1 Feb 2024 17:30:53 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E5=8E=BB=E9=99=A4=E5=A4=9A=E4=BD=99?= =?UTF-8?q?=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/BpmnDesign/index.vue | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/src/components/BpmnDesign/index.vue b/src/components/BpmnDesign/index.vue index 696d250..ffa7423 100644 --- a/src/components/BpmnDesign/index.vue +++ b/src/components/BpmnDesign/index.vue @@ -72,7 +72,7 @@
- +
@@ -118,17 +118,6 @@ const perviewSVGShow = ref(false); const xmlStr = ref(''); const svgData = ref(''); -const users = [ - { name: '张三', id: 'zhangsan' }, - { name: '李四', id: 'lisi' }, - { name: '王五', id: 'wangwu' } -]; -const groups = [ - { name: 'web组', id: 'web' }, - { name: 'java组', id: 'java' }, - { name: 'python组', id: 'python' } -]; - onMounted(() => { nextTick(() => { initCanvas();