mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-04-26 19:28:37 +00:00
feat: 流程审批,预测下个节点是否需要选择审批人
This commit is contained in:
@@ -48,7 +48,7 @@ watch(
|
||||
finishedActivityIds,
|
||||
finishedSequenceFlowActivityIds
|
||||
)
|
||||
simpleModel.value = newModelView.simpleModel
|
||||
simpleModel.value = newModelView.simpleModel == null ? {} : newModelView.simpleModel
|
||||
}
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user