fix(roles-position-salary):filter org
This commit is contained in:
parent
c132b077c0
commit
123bcda183
1 changed files with 2 additions and 2 deletions
|
|
@ -279,7 +279,7 @@ watch(
|
||||||
() => qureyBody.pageSize,
|
() => qureyBody.pageSize,
|
||||||
() => {
|
() => {
|
||||||
fetchListPerson(true);
|
fetchListPerson(true);
|
||||||
}
|
},
|
||||||
);
|
);
|
||||||
|
|
||||||
/** hook ทำงานเมื่อ Components ถูกเรียกใช้งาน*/
|
/** hook ทำงานเมื่อ Components ถูกเรียกใช้งาน*/
|
||||||
|
|
@ -309,7 +309,7 @@ onMounted(async () => {
|
||||||
class="q-pa-sm q-gutter-sm"
|
class="q-pa-sm q-gutter-sm"
|
||||||
dense
|
dense
|
||||||
:nodes="nodeTree"
|
:nodes="nodeTree"
|
||||||
node-key="orgRootName"
|
node-key="labelName"
|
||||||
label-key="labelName"
|
label-key="labelName"
|
||||||
:filter="filter?.trim()"
|
:filter="filter?.trim()"
|
||||||
no-results-label="ไม่พบข้อมูลที่ค้นหา"
|
no-results-label="ไม่พบข้อมูลที่ค้นหา"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue