File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 25
25
26
26
<script lang="ts" setup>
27
27
import { BpmModelType } from ' @/utils/constants'
28
- import BpmModelEditor from ' .. /editor/index.vue'
28
+ import BpmModelEditor from ' ./editor/index.vue'
29
29
import SimpleModelDesign from ' ../../simple/SimpleModelDesign.vue'
30
30
31
31
// 创建本地数据副本
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ import * as FormApi from '@/api/bpm/form'
39
39
40
40
defineOptions ({ name: ' BpmModelEditor' })
41
41
42
- const props = defineProps <{
42
+ defineProps <{
43
43
modelId? : string
44
44
modelKey: string
45
45
modelName: string
@@ -75,7 +75,7 @@ const model = ref<ModelApi.ModelVO>() // 流程模型的信息
75
75
76
76
/** 初始化 modeler */
77
77
const initModeler = async (item : any ) => {
78
- // 先初始化模型数据
78
+ // 先初始化模型数据
79
79
model .value = modelData .value
80
80
modeler .value = item
81
81
}
You can’t perform that action at this time.
0 commit comments