发布 1.8.0 版本

This commit is contained in:
shizhong 2023-07-27 23:33:28 +08:00
parent 7b3b89fc9a
commit 5620a9da6a
2 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@
import BpmnViewer from 'bpmn-js/lib/Viewer'
import DefaultEmptyXML from './plugins/defaultEmpty'
import { DICT_TYPE, getIntDictOptions } from '@/utils/dict'
import { formatDate } from '@/utils/formatTime'
const props = defineProps({
value: {
// BPMN XML

View File

@ -203,6 +203,7 @@ import { setConfAndFields2 } from '@/utils/formCreate'
// import { OptionAttrs } from '@form-create/element-ui/types/config'
import type { ApiAttrs } from '@form-create/element-ui/types/config'
import { useUserStore } from '@/store/modules/user'
import { MyProcessViewer } from '@/components/bpmnProcessDesigner/package'
const { query } = useRoute() //
const message = useMessage() //