Commit 2a73b9c4 by YunaiV

【代码优化】BPM:去除 bpm 冗余的路由

parent 5259db9e
......@@ -25,7 +25,7 @@
<script lang="ts" setup>
import { BpmModelType } from '@/utils/constants'
import BpmModelEditor from '../editor/index.vue'
import BpmModelEditor from './editor/index.vue'
import SimpleModelDesign from '../../simple/SimpleModelDesign.vue'
// 创建本地数据副本
......
......@@ -39,7 +39,7 @@ import * as FormApi from '@/api/bpm/form'
defineOptions({ name: 'BpmModelEditor' })
const props = defineProps<{
defineProps<{
modelId?: string
modelKey: string
modelName: string
......@@ -75,7 +75,7 @@ const model = ref<ModelApi.ModelVO>() // 流程模型的信息
/** 初始化 modeler */
const initModeler = async (item: any) => {
//先初始化模型数据
// 先初始化模型数据
model.value = modelData.value
modeler.value = item
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment