refactor: sort product is add
This commit is contained in:
parent
0d72c5eee6
commit
e7eb53dd57
3 changed files with 29 additions and 2 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue