feat: 流程审批,预测下个节点是否需要选择审批人

This commit is contained in:
lizhixian
2025-02-25 17:01:26 +08:00
parent de35fd0a7c
commit b346545cbf
4 changed files with 85 additions and 32 deletions

View File

@@ -48,7 +48,7 @@ watch(
finishedActivityIds,
finishedSequenceFlowActivityIds
)
simpleModel.value = newModelView.simpleModel
simpleModel.value = newModelView.simpleModel == null ? {} : newModelView.simpleModel
}
}
)