Добавил проверку источника при добавлении пациента и вывод отчетов выбранной мед. сестры
This commit is contained in:
@@ -168,7 +168,7 @@ const search = (search) => {
|
||||
|
||||
const onChangeSearch = (historyId) => {
|
||||
loadingChangeSelect.value = true
|
||||
axios.get(`/api/nurse/patients/${historyId}`).then(res => {
|
||||
axios.get(`/api/nurse/patients/${historyId}?patient_source=mis`).then(res => {
|
||||
form.value.medical_card_number = res.data.medical_card_number
|
||||
form.value.full_name = res.data.full_name
|
||||
form.value.urgency_id = res.data.urgency_id
|
||||
|
||||
Reference in New Issue
Block a user