เปลี่ยนชื่อเมื่อค้นหา

This commit is contained in:
STW_TTTY\stwtt 2024-08-14 13:20:35 +07:00
parent 013ac6e4ff
commit 89ec10e853
2 changed files with 34 additions and 10 deletions

View file

@ -71,6 +71,11 @@ export const useRegistryNewDataStore = defineStore("registryNew", () => {
node: "เลือกหน่วยงาน/ส่วนราชการ",
});
const nodeData = reactive<any>({
nodeId: null,
node: null,
});
return {
fetchType,
fetchLevel,
@ -83,5 +88,6 @@ export const useRegistryNewDataStore = defineStore("registryNew", () => {
mode,
formFilter,
labelOption,
nodeData
};
});