zhujindu 11 месяцев назад
Родитель
Сommit
0fa6a186a1
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/views/clew/clewent.vue

+ 2 - 2
src/views/clew/clewent.vue

@@ -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);