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();