浏览代码

提交相关代码

Lijy 10 月之前
父节点
当前提交
e75783e785

+ 2 - 0
fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/thread/detail/components/information.vue

@@ -209,6 +209,8 @@ function transferBusiness() {
             delete item.id
         })
         let newForm = {
+            clueId: information.value.id,
+            ...generateFormVal.value,
             ...res,
             expectedTransactionDate: res.expectedTransactionDate ? formatDateTime(new Date(res.expectedTransactionDate)) : '',
             businessItemProductList: productTableListData ? JSON.stringify(productTableListData) : []