mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-05-12 19:42:54 +00:00
【Simple设计器】流程模型->基本信息->谁可以发起,支持指定多个部门
指定部门可以在部门新增成员后无需重新修改相关流程 # Conflicts: # src/components/SimpleProcessDesignerV2/src/nodes-config/StartUserNodeConfig.vue # src/views/bpm/model/form/index.vue
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
:model-name="modelName"
|
||||
@success="handleSuccess"
|
||||
:start-user-ids="startUserIds"
|
||||
:start-dept-ids="startDeptIds"
|
||||
ref="designerRef"
|
||||
/>
|
||||
</ContentWrap>
|
||||
@@ -22,6 +23,7 @@ defineProps<{
|
||||
modelKey?: string
|
||||
modelName?: string
|
||||
startUserIds?: number[]
|
||||
startDeptIds?: number[]
|
||||
}>()
|
||||
|
||||
const emit = defineEmits(['success'])
|
||||
|
||||
Reference in New Issue
Block a user