parent
ca521a1018
commit
9f29ce7887
1 changed files with 1 additions and 0 deletions
|
|
@ -55,6 +55,7 @@ const useProductServiceStore = defineStore('api-product-service', () => {
|
|||
pageSize?: number;
|
||||
query?: string;
|
||||
status?: 'CREATED' | 'ACTIVE' | 'INACTIVE';
|
||||
activeOnly?: boolean;
|
||||
}) {
|
||||
const params = new URLSearchParams();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue