From 85cb72cb57f5b9c3cbf0cd584055108b43c42300 Mon Sep 17 00:00:00 2001 From: Net <93821485+somnetsak123@users.noreply.github.com> Date: Tue, 18 Jun 2024 14:20:37 +0700 Subject: [PATCH] =?UTF-8?q?feat:=20=E0=B8=9B=E0=B8=A3=E0=B8=B0=E0=B8=81?= =?UTF-8?q?=E0=B8=B2=E0=B8=A8=E0=B8=95=E0=B8=B1=E0=B8=A7=E0=B9=81=E0=B8=9B?= =?UTF-8?q?=E0=B8=A3=20formDataProductService?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/04_product-service/MainPage.vue | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/pages/04_product-service/MainPage.vue b/src/pages/04_product-service/MainPage.vue index 15eec7ad..d3395c15 100644 --- a/src/pages/04_product-service/MainPage.vue +++ b/src/pages/04_product-service/MainPage.vue @@ -27,6 +27,7 @@ import { ProductGroupCreate, ProductCreate, ProductList, + ServiceCreate, } from 'src/stores/product-service/types'; const productServiceStore = useProductServiceStore(); @@ -112,6 +113,16 @@ const formDataProduct = ref({ image: undefined, }); +const formDataProductService = ref({ + work: [], + attributes: { + additional: [], + }, + detail: '', + name: '', + code: '', +}); + const serviceTab = [ { name: 'serviceInformation',