From d38d8af2c6cb0c474534e343030561571b4a769d Mon Sep 17 00:00:00 2001 From: Net <93821485+somnetsak123@users.noreply.github.com> Date: Mon, 24 Jun 2024 16:25:33 +0700 Subject: [PATCH] =?UTF-8?q?fix:=20=E0=B9=81=E0=B8=81=E0=B9=89=20type=20sta?= =?UTF-8?q?tus?= 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 fe58def3..b32c3d4b 100644 --- a/src/pages/04_product-service/MainPage.vue +++ b/src/pages/04_product-service/MainPage.vue @@ -466,6 +466,7 @@ async function assignFormDataProductService(id: string) { detail: res.detail, attributes: res.attributes, work: [], + status: res.status, }; res.work.forEach((item) => { @@ -549,6 +550,7 @@ function clearFormService() { additional: [], }, work: [], + status: undefined, }; workItems.value = [];