Merge branch 'feat/cprj-146' of https://github.com/dikstub-rssa/simrs-fe into feat/cprj-146

This commit is contained in:
Abizrh
2025-11-21 14:26:52 +07:00
3 changed files with 5 additions and 3 deletions
+1
View File
@@ -46,6 +46,7 @@ const isLoading = reactive<DataTableLoader>({
})
async function getDiagnoses() {
isLoading.isTableLoading = true
const resp = await xfetch(`/api/v1/soapi/${recordId}`)
if (resp.success) {
diagnoses.value = (resp.body as Record<string, any>).data