fix request api search person add body system
This commit is contained in:
parent
9cd792e90c
commit
a6f7b4e587
9 changed files with 25 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue