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
|
|
@ -1029,7 +1029,10 @@ onMounted(async () => {
|
|||
class="text-center"
|
||||
>
|
||||
<q-btn
|
||||
v-if="props.row.disciplineRejectDoc && props.row.disciplineRejectDoc.length > 0"
|
||||
v-if="
|
||||
props.row.disciplineRejectDoc &&
|
||||
props.row.disciplineRejectDoc.length > 0
|
||||
"
|
||||
flat
|
||||
round
|
||||
dense
|
||||
|
|
@ -1774,6 +1777,7 @@ onMounted(async () => {
|
|||
btn-title="เพิ่มรายชื่อผู้ถูกร้องเรียน"
|
||||
:selected-data="mainStore.rowsAdd"
|
||||
:save="addPerson"
|
||||
:system="(route.meta?.Key as string) || undefined"
|
||||
/>
|
||||
|
||||
<DialogDirector
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue