filter รายงานทะเบียนประวัติ

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-02-21 17:04:49 +07:00
parent ef0ed08870
commit 4c2e85b595
2 changed files with 922 additions and 789 deletions

View file

@ -73,6 +73,15 @@ watch(
async () => {
if (modal.value) {
await fetchTree();
if (!orgName.value) {
nodeData.name = "";
nodeData.node = "";
nodeData.nodeId = "";
store.formFilter.node = null;
store.formFilter.nodeId = null;
expanded.value = [];
}
}
}
);
@ -143,8 +152,8 @@ watch(
<q-separator />
<q-card-actions align="right">
<q-btn label="ค้นหา" color="secondary" @click="sendNode">
<q-tooltip>นหา</q-tooltip></q-btn
<q-btn label="เลือก" color="secondary" @click="sendNode">
<q-tooltip>เลอก</q-tooltip></q-btn
>
</q-card-actions>
</q-card>

File diff suppressed because it is too large Load diff