ทะเบียนประวัติ == > TableSort

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-02-25 15:27:01 +07:00
parent e47184c4d4
commit fd120a918f
35 changed files with 800 additions and 373 deletions

View file

@ -53,6 +53,7 @@ const expanded = ref<string[]>([]); //แสดงข้อมูลในโค
const selectNode = ref<boolean>(false); //
const isLoad = ref<boolean>(false); //
const nodeData = reactive<DataNodeData>({
name: "เลือกหน่วยงาน/ส่วนราชการ",
nodeId: null,
@ -338,7 +339,6 @@ function clearSelect(t: string) {
fetchDataPerson();
}
const isLoad = ref<boolean>(false); //
/**
* งกนดงขอโครงสราง
*/