แก้ไข get dialog nodetree

This commit is contained in:
AnandaTon 2023-09-19 13:17:11 +07:00
parent 4bacdb1086
commit 8ebbef05d9

View file

@ -970,7 +970,6 @@ onMounted(async () => {
await fetchOrganizationAgencyCode();
await fetchPosition();
await fetchData();
await nodeTree();
});
const onSelected = async (id: string) => {
@ -1608,7 +1607,7 @@ const selectData = async (props: any) => {
/**
* กดปมเพมบน table
*/
const clickAdd = () => {
const clickAdd = async () => {
editRow.value = false;
modalEdit.value = false;
modal.value = true;
@ -1648,6 +1647,7 @@ const clickAdd = () => {
isActive.value = false;
isCondition.value = false;
conditionNote.value = "";
await nodeTree();
};
/**