diff --git a/src/pages/04_product-service/MainPage.vue b/src/pages/04_product-service/MainPage.vue index aebcc54e..d70b6b6a 100644 --- a/src/pages/04_product-service/MainPage.vue +++ b/src/pages/04_product-service/MainPage.vue @@ -1848,7 +1848,7 @@ async function copy(id: string) { const res = await fetchListServiceById(id); if (res) { formService.value = { - code: res.code, + code: res.code.slice(0, -3), name: res.name, detail: res.detail, attributes: res.attributes,