fix request api search person add body system

This commit is contained in:
Warunee Tamkoo 2025-07-30 15:13:06 +07:00
parent 9cd792e90c
commit a6f7b4e587
9 changed files with 25 additions and 4 deletions

View file

@ -540,7 +540,7 @@ onMounted(() => {
}}
</div>
<div v-else>
{{ col.value?col.value:'-' }}
{{ col.value ? col.value : "-" }}
</div>
</q-td>
</q-tr>
@ -766,6 +766,7 @@ onMounted(() => {
:save="addPerson"
:selected-data="mainStore.rowsAdd"
selecetSwitch="single"
:system="(route.meta?.Key as string) || undefined"
/>
<DialogHistory