feat: api active only support for product

closes https://github.com/Frappet/jws-frontend/issues/146
This commit is contained in:
Methapon2001 2024-12-18 18:03:30 +07:00
parent 8f99c5274e
commit 11575f3bed
3 changed files with 3 additions and 0 deletions

View file

@ -139,6 +139,7 @@ const useProductServiceStore = defineStore('api-product-service', () => {
status?: string;
shared?: boolean;
orderField?: string;
activeOnly?: boolean;
orderBy?: 'asc' | 'desc';
}) {
const params = new URLSearchParams();