refactor: add params active only

#151
This commit is contained in:
Thanaphon Frappet 2024-12-23 14:07:43 +07:00
parent ca521a1018
commit 9f29ce7887

View file

@ -55,6 +55,7 @@ const useProductServiceStore = defineStore('api-product-service', () => {
pageSize?: number;
query?: string;
status?: 'CREATED' | 'ACTIVE' | 'INACTIVE';
activeOnly?: boolean;
}) {
const params = new URLSearchParams();