ออกคำสั่ง => 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

@ -39,7 +39,7 @@ export const useOrderPlacementDataStore = defineStore("placementOrder", () => {
(DataMainOrigOrder.value = val);
const DataUpdateOrder = (
filter_1: string,
filter_1: string | null,
filter_2: string,
filterYear: number | null
) => {