ออกคำสั่ง => fix bug

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-07-12 10:32:24 +07:00
parent fb731a9610
commit 6e78a643e6
4 changed files with 49 additions and 9 deletions

View file

@ -45,7 +45,7 @@ export const useOrderStore = defineStore("DisciplineOrder", () => {
}
function filterListOrder(
filter_1: string,
filter_1: string | null,
filter_2: string,
filterYear: number | null
) {