update 去除多余属性

This commit is contained in:
LiuHao 2024-02-01 17:30:53 +08:00
parent bdfb55ae78
commit 5ba4e9b4c5

View File

@ -72,7 +72,7 @@
</div>
<div v-show="!panelFlag" v-if="bpmnModeler" class="panel-content">
<PropertyPanel :modeler="bpmnModeler" :users="users" :groups="groups" />
<PropertyPanel :modeler="bpmnModeler" />
</div>
</div>
</el-container>
@ -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();