|
@@ -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) : []
|