เปลี่ยนชื่อเมื่อค้นหา
This commit is contained in:
parent
013ac6e4ff
commit
89ec10e853
2 changed files with 34 additions and 10 deletions
|
|
@ -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
|
||||
};
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue