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;
|
page?: number;
|
||||||
pageSize?: number;
|
pageSize?: number;
|
||||||
payCondition?: 'Full' | 'Split' | 'BillFull' | 'BillSplit';
|
payCondition?: 'Full' | 'Split' | 'BillFull' | 'BillSplit';
|
||||||
|
query?: string;
|
||||||
}) {
|
}) {
|
||||||
const params = new URLSearchParams();
|
const params = new URLSearchParams();
|
||||||
for (const [k, v] of Object.entries(opts || {})) {
|
for (const [k, v] of Object.entries(opts || {})) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue