Merge branch 'develop' into dev
All checks were successful
Build & Deploy on Dev / build (push) Successful in 2m3s
All checks were successful
Build & Deploy on Dev / build (push) Successful in 2m3s
This commit is contained in:
commit
b7ea26af2a
1 changed files with 2 additions and 2 deletions
|
|
@ -279,7 +279,7 @@ watch(
|
|||
() => qureyBody.pageSize,
|
||||
() => {
|
||||
fetchListPerson(true);
|
||||
}
|
||||
},
|
||||
);
|
||||
|
||||
/** hook ทำงานเมื่อ Components ถูกเรียกใช้งาน*/
|
||||
|
|
@ -309,7 +309,7 @@ onMounted(async () => {
|
|||
class="q-pa-sm q-gutter-sm"
|
||||
dense
|
||||
:nodes="nodeTree"
|
||||
node-key="orgRootName"
|
||||
node-key="labelName"
|
||||
label-key="labelName"
|
||||
:filter="filter?.trim()"
|
||||
no-results-label="ไม่พบข้อมูลที่ค้นหา"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue