diff --git a/pages/createDocument/edit/[[id]].vue b/pages/createDocument/edit/[[id]].vue
index b5e7caf..a38f014 100644
--- a/pages/createDocument/edit/[[id]].vue
+++ b/pages/createDocument/edit/[[id]].vue
@@ -2131,15 +2131,15 @@ const setRowData = async (row, service = {sellingPriceComposed: {}}, product = {
itemInfo.project = data.id"
+ :id="itemInfo.contract"
+ :create-query="{customer: itemInfo.customer}"
+ @return-data="(data) => itemInfo.contract = data.id"
/>