回退 'Pull Request !698 : 工作流实例详情页面审批通过的BUG问题'

This commit is contained in:
芋道源码
2025-02-15 12:48:33 +00:00
committed by Gitee
parent f3a839486d
commit 9e44973a5d

View File

@ -973,6 +973,7 @@ const getButtonDisplayName = (btnType: OperationButtonType) => {
const loadTodoTask = (task: any) => {
approveForm.value = {}
approveFormFApi.value = {}
runningTask.value = task
reasonRequire.value = task?.reasonRequire ?? false
nodeTypeName.value = task?.nodeType === NodeType.TRANSACTOR_NODE ? '办理' : '审批'