refactor: sort product is add

This commit is contained in:
Thanaphon Frappet 2024-11-29 15:10:25 +07:00
parent 0d72c5eee6
commit e7eb53dd57
3 changed files with 29 additions and 2 deletions

View file

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