filter รายงานทะเบียนประวัติ
This commit is contained in:
parent
ef0ed08870
commit
4c2e85b595
2 changed files with 922 additions and 789 deletions
|
|
@ -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
Loading…
Add table
Add a link
Reference in a new issue