จัดโค้ด
This commit is contained in:
parent
72373a1259
commit
c5168bd87a
3 changed files with 34 additions and 12 deletions
|
|
@ -52,8 +52,8 @@ export const useComplainstDataStore = defineStore("DisciplineComplainst", () =>
|
|||
// filter options
|
||||
const complainantoptionsMain = ref<DataOption[]>([
|
||||
{ id: "0", name: "บุคคล" },
|
||||
{ id: "1", name: "หน่ายงาน" },
|
||||
{ id: "2", name: "กรุงเทพหมานคร" },
|
||||
{ id: "1", name: "หน่วยงาน" },
|
||||
{ id: "2", name: "กรุงเทพมหานคร" },
|
||||
]);
|
||||
const complainantoptions = ref<DataOption[]>(complainantoptionsMain.value)
|
||||
const agencytoptionsMain = ref<DataOption[]>([
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue