This commit is contained in:
gexinzhineng/gxzn27
2023-01-30 10:18:49 +08:00
parent 252ef55a6c
commit d6a4dc7d11
2 changed files with 22 additions and 6 deletions

View File

@@ -39,6 +39,10 @@ const props = defineProps({
provide('configGlobal', props)
const emit = defineEmits(['destroy'])
let bpmnModeler
const xml = ref('')
const activityList = ref([])
const processInstance = ref(undefined)