diff --git a/src/stores/product-service/index.ts b/src/stores/product-service/index.ts index e06c8a59..29ab0844 100644 --- a/src/stores/product-service/index.ts +++ b/src/stores/product-service/index.ts @@ -137,6 +137,7 @@ const useProductServiceStore = defineStore('api-product-service', () => { pageSize?: number; productGroupId?: string; status?: string; + shared?: boolean; }) { const params = new URLSearchParams();