feat: add param for product fetch

This commit is contained in:
Methapon Metanipat 2024-11-08 15:14:39 +07:00
parent c44914c22f
commit 2bcbfbb20d

View file

@ -137,6 +137,7 @@ const useProductServiceStore = defineStore('api-product-service', () => {
pageSize?: number;
productGroupId?: string;
status?: string;
shared?: boolean;
}) {
const params = new URLSearchParams();