feat: add param for product fetch
This commit is contained in:
parent
c44914c22f
commit
2bcbfbb20d
1 changed files with 1 additions and 0 deletions
|
|
@ -137,6 +137,7 @@ const useProductServiceStore = defineStore('api-product-service', () => {
|
|||
pageSize?: number;
|
||||
productGroupId?: string;
|
||||
status?: string;
|
||||
shared?: boolean;
|
||||
}) {
|
||||
const params = new URLSearchParams();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue