|
|
@@ -867,8 +867,8 @@ export default {
|
|
|
if (this.infoData.cid == '5') {
|
|
|
this.purchaseSubmit((data) => {
|
|
|
var form = {
|
|
|
- isClose: this.isClose,
|
|
|
- followUpResult: this.followUpResult,
|
|
|
+ isClose: this.infoData.isClose,
|
|
|
+ followUpResult: this.infoData.followUpResult,
|
|
|
customerClueItemList: data.customerClueItemList,
|
|
|
};
|
|
|
this.toastLoading(0, '加载中...', true);
|