forked from integrated_whb/integrated_whb_vue
修改流程图
parent
935f7d6c9e
commit
4315877414
|
@ -50,8 +50,9 @@ const fnGetStatus = (step) => {
|
|||
};
|
||||
|
||||
const fnGetShowStepUser = (step) => {
|
||||
console.log(props);
|
||||
if (step.ACT_USER_NAME) {
|
||||
if (step.FINISHED_SIGN_USER) {
|
||||
return step.ACT_USER_NAME;
|
||||
} else if (step.ACT_USER_NAME) {
|
||||
return step.ACT_USER_NAME;
|
||||
} else if (step.SIGN_USER) {
|
||||
return step.SIGN_USER;
|
||||
|
|
Loading…
Reference in New Issue