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 = [];