เเก้ฟิลเตอร์ส่วนราชการ
This commit is contained in:
parent
1a65afdebc
commit
c27a4a1c19
2 changed files with 7 additions and 2 deletions
|
|
@ -9,6 +9,7 @@ import type {
|
|||
import type { FormFilter } from "@/modules/04_registryPerson/interface/request/Main";
|
||||
|
||||
export const useRegistryNewDataStore = defineStore("registryNew", () => {
|
||||
const routerName = ref<any>()
|
||||
const searchTypeOption = ref<DataOption[]>([
|
||||
{ id: "fullName", name: "ชื่อ-นามสกุล" },
|
||||
{ id: "citizenId", name: "เลขประจำตัวประชาชน" },
|
||||
|
|
@ -163,5 +164,6 @@ export const useRegistryNewDataStore = defineStore("registryNew", () => {
|
|||
retireTypeEmpOps,
|
||||
citizenId,
|
||||
displayOrderOps,
|
||||
routerName
|
||||
};
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue