feat: enhance SEP entry form and handling with new readonly mode and improved data fetching
This commit is contained in:
No files matched your search
@@ -83,6 +83,7 @@ onMounted(async () => {
|
||||
:mode="props.mode"
|
||||
:is-save-loading="isSaveLoading"
|
||||
:is-service="isServiceHidden"
|
||||
:is-readonly="['detail', 'link'].includes(props.mode)"
|
||||
:doctors="doctors"
|
||||
:diagnoses="diagnoses"
|
||||
:facilities-from="facilitiesFrom"
|
||||
|
||||
Reference in New Issue
Block a user