修改流程图

pull/1/head
fangjiakai 2024-02-20 14:29:49 +08:00
parent 935f7d6c9e
commit 4315877414
1 changed files with 3 additions and 2 deletions

View File

@ -50,8 +50,9 @@ const fnGetStatus = (step) => {
}; };
const fnGetShowStepUser = (step) => { const fnGetShowStepUser = (step) => {
console.log(props); if (step.FINISHED_SIGN_USER) {
if (step.ACT_USER_NAME) { return step.ACT_USER_NAME;
} else if (step.ACT_USER_NAME) {
return step.ACT_USER_NAME; return step.ACT_USER_NAME;
} else if (step.SIGN_USER) { } else if (step.SIGN_USER) {
return step.SIGN_USER; return step.SIGN_USER;