fix ชื่อ-นามสกุล

This commit is contained in:
AnandaTon 2023-09-19 17:42:17 +07:00
parent 4966b1d2e2
commit 1c57374868
12 changed files with 833 additions and 1082 deletions

View file

@ -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();
};
/**