feat: BPM-更多设置-标题设置
This commit is contained in:
@ -154,7 +154,11 @@ const formData: any = ref({
|
||||
postfix: '',
|
||||
length: 5
|
||||
},
|
||||
autoApprovalType: BpmAutoApproveType.NONE
|
||||
autoApprovalType: BpmAutoApproveType.NONE,
|
||||
customTitleSetting: {
|
||||
enable: false,
|
||||
title: ''
|
||||
}
|
||||
})
|
||||
|
||||
//流程数据
|
||||
|
||||
Reference in New Issue
Block a user