Commit 0215e8d4 by Lesan

fix: 使用枚举BpmAutoApproveType

parent 0f58e968
...@@ -86,7 +86,7 @@ import * as FormApi from '@/api/bpm/form' ...@@ -86,7 +86,7 @@ import * as FormApi from '@/api/bpm/form'
import { CategoryApi, CategoryVO } from '@/api/bpm/category' import { CategoryApi, CategoryVO } from '@/api/bpm/category'
import * as UserApi from '@/api/system/user' import * as UserApi from '@/api/system/user'
import { useUserStoreWithOut } from '@/store/modules/user' import { useUserStoreWithOut } from '@/store/modules/user'
import { BpmModelFormType, BpmModelType } from '@/utils/constants' import { BpmModelFormType, BpmModelType, BpmAutoApproveType } from '@/utils/constants'
import BasicInfo from './BasicInfo.vue' import BasicInfo from './BasicInfo.vue'
import FormDesign from './FormDesign.vue' import FormDesign from './FormDesign.vue'
import ProcessDesign from './ProcessDesign.vue' import ProcessDesign from './ProcessDesign.vue'
...@@ -154,7 +154,7 @@ const formData: any = ref({ ...@@ -154,7 +154,7 @@ const formData: any = ref({
postfix: '', postfix: '',
length: 5 length: 5
}, },
autoApprovalType: 1 autoApprovalType: BpmAutoApproveType.NONE
}) })
//流程数据 //流程数据
......
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