fix: error cannot change status
This commit is contained in:
parent
2a5038d8a2
commit
666326af46
1 changed files with 1 additions and 1 deletions
|
|
@ -706,7 +706,7 @@ function goToQuotation(
|
||||||
requestWorkId: value.id || '',
|
requestWorkId: value.id || '',
|
||||||
},
|
},
|
||||||
value.stepStatus?.[pageState.currentStep - 1]
|
value.stepStatus?.[pageState.currentStep - 1]
|
||||||
.responsibleUserId,
|
?.responsibleUserId,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
"
|
"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue