From 4471b47c6774a6de00708cf003a3eb99716d4b18 Mon Sep 17 00:00:00 2001 From: oat_dev Date: Thu, 13 Jun 2024 11:26:26 +0700 Subject: [PATCH] feat: show search item --- src/pages/04_product-service/MainPage.vue | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/pages/04_product-service/MainPage.vue b/src/pages/04_product-service/MainPage.vue index 9243d3fb..f7539df8 100644 --- a/src/pages/04_product-service/MainPage.vue +++ b/src/pages/04_product-service/MainPage.vue @@ -79,7 +79,7 @@ const formData = ref({ const currentId = ref(''); const currentIdType = ref(''); const resultSearchGroup = ref(); -const resultSearchType = ref(); +const resultSearchType = ref(); async function searchGroup() { const resultList = await fetchListProductService({ @@ -384,10 +384,12 @@ onMounted(async () => {