Compare commits
No commits in common. "b7ea26af2acd647442d6bfe763ad85b765132285" and "cf9af60c2e32752359de1ddfb4ea7805a3505bbd" have entirely different histories.
b7ea26af2a
...
cf9af60c2e
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="labelName"
|
||||
node-key="orgRootName"
|
||||
label-key="labelName"
|
||||
:filter="filter?.trim()"
|
||||
no-results-label="ไม่พบข้อมูลที่ค้นหา"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue