pop up จัดลำดับตำแหน่ง

This commit is contained in:
setthawutttty 2024-02-01 13:45:08 +07:00
parent dd9239ac25
commit 41a40a8fc4
5 changed files with 168 additions and 2 deletions

View file

@ -100,6 +100,8 @@ const type = ref<number>(0);
const orgId = ref<string>("");
const updateSelected = (id: string, level: number) => {
store.treeId = id;
store.level = level;
if (id === nodeId.value) {
nodeId.value = "";
} else {