From 45c58d60850dfe49f37efa645bcb804446eef1ec Mon Sep 17 00:00:00 2001 From: Net <93821485+somnetsak123@users.noreply.github.com> Date: Tue, 18 Jun 2024 16:10:42 +0700 Subject: [PATCH] =?UTF-8?q?feat:=20=E0=B9=80=E0=B8=9E=E0=B8=B4=E0=B9=88?= =?UTF-8?q?=E0=B8=A1=E0=B8=95=E0=B8=B1=E0=B8=A7=E0=B9=80=E0=B9=80=E0=B8=9B?= =?UTF-8?q?=E0=B8=A3=E0=B9=80=E0=B8=81=E0=B9=87=E0=B8=9A=20id=20service?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/04_product-service/MainPage.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/04_product-service/MainPage.vue b/src/pages/04_product-service/MainPage.vue index 86a65439..ccc6be41 100644 --- a/src/pages/04_product-service/MainPage.vue +++ b/src/pages/04_product-service/MainPage.vue @@ -144,6 +144,8 @@ const currentServiceTab = ref('serviceInformation'); const currentId = ref(''); const currentIdType = ref(''); +const currentIdService = ref(''); + const resultSearchGroup = ref(); const resultSearchType = ref<(ProductGroup & { productGroupId: string })[]>();