refactor: add query
This commit is contained in:
parent
048e43f0ee
commit
e7c932ed9f
1 changed files with 1 additions and 0 deletions
|
|
@ -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 || {})) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue