fix: แก้ type ของ fetchList
This commit is contained in:
parent
1d0044b72e
commit
aa45d6e248
1 changed files with 2 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ const useCustomerStore = defineStore('api-customer', () => {
|
||||||
zipCode?: string;
|
zipCode?: string;
|
||||||
customerId?: string;
|
customerId?: string;
|
||||||
includeCustomer?: boolean;
|
includeCustomer?: boolean;
|
||||||
|
status?: 'CREATED' | 'ACTIVE' | 'INACTIVE';
|
||||||
query?: string;
|
query?: string;
|
||||||
page?: number;
|
page?: number;
|
||||||
pageSize?: number;
|
pageSize?: number;
|
||||||
|
|
@ -100,6 +101,7 @@ const useCustomerStore = defineStore('api-customer', () => {
|
||||||
pageSize?: number;
|
pageSize?: number;
|
||||||
query?: string;
|
query?: string;
|
||||||
includeBranch?: boolean;
|
includeBranch?: boolean;
|
||||||
|
status?: 'CREATED' | 'ACTIVE' | 'INACTIVE';
|
||||||
customerType?: CustomerType;
|
customerType?: CustomerType;
|
||||||
},
|
},
|
||||||
Data extends Pagination<
|
Data extends Pagination<
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue