Merge branch 'develop'
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s
This commit is contained in:
commit
5edff6a5a8
1 changed files with 3 additions and 3 deletions
|
|
@ -822,14 +822,14 @@ function toEmployee(employee: RequestData['employee']) {
|
||||||
:readonly="
|
:readonly="
|
||||||
data.requestDataStatus === RequestDataStatus.Canceled ||
|
data.requestDataStatus === RequestDataStatus.Canceled ||
|
||||||
(responsibleList &&
|
(responsibleList &&
|
||||||
|
(!!responsibleList[pageState.currentStep]?.user?.length ||
|
||||||
|
!!responsibleList[pageState.currentStep]?.group?.length) &&
|
||||||
!responsibleList[pageState.currentStep]?.user.find(
|
!responsibleList[pageState.currentStep]?.user.find(
|
||||||
(v) => v.id === getUserId(),
|
(v) => v.id === getUserId(),
|
||||||
) &&
|
) &&
|
||||||
!responsibleList[pageState.currentStep]?.group.some((v) =>
|
!responsibleList[pageState.currentStep]?.group.some((v) =>
|
||||||
currentUserGroup.includes(v),
|
currentUserGroup.includes(v),
|
||||||
)) ||
|
))
|
||||||
(!!responsibleList[pageState.currentStep]?.user?.length &&
|
|
||||||
!!responsibleList[pageState.currentStep]?.user?.length)
|
|
||||||
"
|
"
|
||||||
:order-able="value._messengerExpansion"
|
:order-able="value._messengerExpansion"
|
||||||
:installment-info="getInstallmentInfo()"
|
:installment-info="getInstallmentInfo()"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue