From 42a424529930f65e7004b69c9f0bc12454fa9069 Mon Sep 17 00:00:00 2001 From: Net <93821485+somnetsak123@users.noreply.github.com> Date: Tue, 11 Jun 2024 15:02:43 +0700 Subject: [PATCH] =?UTF-8?q?fix:=20=E0=B9=81=E0=B8=81=E0=B9=89=20type=20=20?= =?UTF-8?q?=E0=B8=82=E0=B8=AD=E0=B8=87=20ProductGroup=E0=B9=80=E0=B8=9B?= =?UTF-8?q?=E0=B9=87=E0=B8=99=20[]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/stores/product-service/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stores/product-service/index.ts b/src/stores/product-service/index.ts index 6547c2b1..eff3e092 100644 --- a/src/stores/product-service/index.ts +++ b/src/stores/product-service/index.ts @@ -39,7 +39,7 @@ const useProductServiceStore = defineStore('api-product-service', () => { const query = params.toString(); - const res = await api.get( + const res = await api.get( `/product-group${(params && '?'.concat(query)) || ''}`, { headers: {