diff --git a/src/pages/05_quotation/ProductServiceForm.vue b/src/pages/05_quotation/ProductServiceForm.vue index fdc66237..ecb97d38 100644 --- a/src/pages/05_quotation/ProductServiceForm.vue +++ b/src/pages/05_quotation/ProductServiceForm.vue @@ -185,6 +185,7 @@ function mapCard() { name: s.name, code: s.code, work: s.work, + detail: s.detail, attributes: s.attributes, createAt: s.createdAt, selectedImage: s.selectedImage, @@ -227,6 +228,7 @@ function mapNode() { subtitle: v.code, opened: v.work.length > 0, attributes: v.attributes, + detail: v.detail, checked: true, icon: 'mdi-server-outline', bg: 'hsla(var(--orange-5-hsl)/0.1)',