diff --git a/src/pages/08_request-list/RequestListView.vue b/src/pages/08_request-list/RequestListView.vue index ad7254fe..d82829a7 100644 --- a/src/pages/08_request-list/RequestListView.vue +++ b/src/pages/08_request-list/RequestListView.vue @@ -822,14 +822,14 @@ function toEmployee(employee: RequestData['employee']) { :readonly=" data.requestDataStatus === RequestDataStatus.Canceled || (responsibleList && + (!!responsibleList[pageState.currentStep]?.user?.length || + !!responsibleList[pageState.currentStep]?.group?.length) && !responsibleList[pageState.currentStep]?.user.find( (v) => v.id === getUserId(), ) && !responsibleList[pageState.currentStep]?.group.some((v) => currentUserGroup.includes(v), - )) || - (!!responsibleList[pageState.currentStep]?.user?.length && - !!responsibleList[pageState.currentStep]?.user?.length) + )) " :order-able="value._messengerExpansion" :installment-info="getInstallmentInfo()"