fix ชื่อ-นามสกุล
This commit is contained in:
parent
4966b1d2e2
commit
1c57374868
12 changed files with 833 additions and 1082 deletions
|
|
@ -970,6 +970,7 @@ onMounted(async () => {
|
|||
await fetchOrganizationAgencyCode();
|
||||
await fetchPosition();
|
||||
await fetchData();
|
||||
await nodeTree();
|
||||
});
|
||||
|
||||
const onSelected = async (id: string) => {
|
||||
|
|
@ -1647,7 +1648,6 @@ const clickAdd = async () => {
|
|||
isActive.value = false;
|
||||
isCondition.value = false;
|
||||
conditionNote.value = "";
|
||||
await nodeTree();
|
||||
};
|
||||
|
||||
/**เมื่อเลือกใหม่
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue