จัดโค้ด

This commit is contained in:
setthawutttty 2023-11-15 10:53:26 +07:00
parent 72373a1259
commit c5168bd87a
3 changed files with 34 additions and 12 deletions

View file

@ -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[]>([