diff --git a/src/stores/quotations/index.ts b/src/stores/quotations/index.ts index 4237501f..168f52e2 100644 --- a/src/stores/quotations/index.ts +++ b/src/stores/quotations/index.ts @@ -44,6 +44,7 @@ export const useQuotationStore = defineStore('quotation-store', () => { page?: number; pageSize?: number; payCondition?: 'Full' | 'Split' | 'BillFull' | 'BillSplit'; + query?: string; }) { const params = new URLSearchParams(); for (const [k, v] of Object.entries(opts || {})) {