diff --git a/pages/createDocument/edit/[[id]].vue b/pages/createDocument/edit/[[id]].vue index 260bef3..0517e24 100644 --- a/pages/createDocument/edit/[[id]].vue +++ b/pages/createDocument/edit/[[id]].vue @@ -178,6 +178,7 @@ const setupPage = async () => { itemInfo.value.customer = linkedDocument.customer itemInfo.value.project = linkedDocument.project itemInfo.value.contact = linkedDocument.contact + itemInfo.value.description = linkedDocument.description setCustomerData() @@ -928,7 +929,6 @@ const setRowData = (row) => { -