diff --git a/src/components/bpmnProcessDesigner/package/penal/PropertiesPanel.vue b/src/components/bpmnProcessDesigner/package/penal/PropertiesPanel.vue index 17d0773e..52b0b520 100644 --- a/src/components/bpmnProcessDesigner/package/penal/PropertiesPanel.vue +++ b/src/components/bpmnProcessDesigner/package/penal/PropertiesPanel.vue @@ -106,7 +106,7 @@ const elementBusinessObject = ref({}) // 元素 businessObject 镜像,提 const conditionFormVisible = ref(false) // 流转条件设置 const formVisible = ref(false) // 表单配置 const bpmnElement = ref() -const timer = ref() + provide('prefix', props.prefix) provide('width', props.width) const bpmnInstances = () => (window as any)?.bpmnInstances diff --git a/src/views/infra/build/index.vue b/src/views/infra/build/index.vue index 7a75e7fc..19fe6341 100644 --- a/src/views/infra/build/index.vue +++ b/src/views/infra/build/index.vue @@ -36,6 +36,7 @@ import hljs from 'highlight.js' // 导入代码高亮文件 import 'highlight.js/styles/github.css' // 导入代码高亮样式 import xml from 'highlight.js/lib/languages/java' import json from 'highlight.js/lib/languages/json' +import formCreate from '@form-create/element-ui' const { t } = useI18n() // 国际化 const message = useMessage() // 消息