From e633b2b7eb23b2db4f83afe8d7ee9a144a2dd7b5 Mon Sep 17 00:00:00 2001 From: puriphatt Date: Thu, 15 Aug 2024 11:46:26 +0700 Subject: [PATCH] refactor(04): service work product img --- .../WorkManagementComponent.vue | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/src/components/04_product-service/WorkManagementComponent.vue b/src/components/04_product-service/WorkManagementComponent.vue index 5c5f73ac..528123a3 100644 --- a/src/components/04_product-service/WorkManagementComponent.vue +++ b/src/components/04_product-service/WorkManagementComponent.vue @@ -6,7 +6,9 @@ import useProductServiceStore from 'stores/product-service'; import useOptionStore from 'stores/options'; import { Attributes, ProductList } from 'stores/product-service/types'; import { storeToRefs } from 'pinia'; +import { ref } from 'vue'; +const baseUrl = ref(import.meta.env.VITE_API_BASE_URL); const productServiceStore = useProductServiceStore(); const optionStore = useOptionStore(); @@ -184,7 +186,7 @@ defineEmits<{
+ > + +