fix: make editable if no responsible person
This commit is contained in:
parent
ae5313d4c0
commit
a0cf17374c
1 changed files with 1 additions and 0 deletions
|
|
@ -617,6 +617,7 @@ function goToRequestList(id: string) {
|
|||
:readonly="
|
||||
data.requestDataStatus === RequestDataStatus.Canceled ||
|
||||
(responsiblePersonList &&
|
||||
!!responsiblePersonList[pageState.currentStep]?.length &&
|
||||
!responsiblePersonList[pageState.currentStep]?.find(
|
||||
(v) => v.id === getUserId(),
|
||||
))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue