Commit f3a83948 by 芋道源码 Committed by Gitee

!698 工作流实例详情页面审批通过的BUG问题

Merge pull request !698 from KAILIN/pr
parents 9e7fe02b 583587ce
......@@ -973,7 +973,6 @@ 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 ? '办理' : '审批'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment