แก้ไข get dialog nodetree
This commit is contained in:
parent
4bacdb1086
commit
8ebbef05d9
1 changed files with 2 additions and 2 deletions
|
|
@ -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();
|
||||
};
|
||||
|
||||
/**เมื่อเลือกใหม่
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue