mirror of
https://gitee.com/myxzgzs/boyue-ui-admin-vue3
synced 2025-08-08 16:32:43 +08:00
fix: 使用枚举BpmAutoApproveType
This commit is contained in:
parent
0f58e968b1
commit
0215e8d4a8
@ -86,7 +86,7 @@ import * as FormApi from '@/api/bpm/form'
|
||||
import { CategoryApi, CategoryVO } from '@/api/bpm/category'
|
||||
import * as UserApi from '@/api/system/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 FormDesign from './FormDesign.vue'
|
||||
import ProcessDesign from './ProcessDesign.vue'
|
||||
@ -154,7 +154,7 @@ const formData: any = ref({
|
||||
postfix: '',
|
||||
length: 5
|
||||
},
|
||||
autoApprovalType: 1
|
||||
autoApprovalType: BpmAutoApproveType.NONE
|
||||
})
|
||||
|
||||
//流程数据
|
||||
|
Loading…
x
Reference in New Issue
Block a user