From 78cf30802189becef2725af73f37b5d2cb28600f Mon Sep 17 00:00:00 2001
From: yangfeng <wanwan926_4@163.com>
Date: 星期五, 11 八月 2023 10:57:48 +0800
Subject: [PATCH] 新建跟进记录入参修改

---
 src/views/client/client/index.vue |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/views/client/client/index.vue b/src/views/client/client/index.vue
index 2c75e5d..c321210 100644
--- a/src/views/client/client/index.vue
+++ b/src/views/client/client/index.vue
@@ -285,7 +285,6 @@
     },
     // 鑱旂郴浜鸿鎯�
     selContactsClick(row) {
-      console.log(row)
       this.contactsDeail.visible = true
       let contact = {}
       if (row.contacts.length !== 0) {
@@ -295,7 +294,11 @@
           }
         }
       }
-      this.contactsDeail.infomation = { ...contact, Client: { name: row.name } }
+      this.contactsDeail.infomation = {
+        ...contact,
+        Client: { name: row.name, client_status_id: row.client_status_id },
+        client_name: row.name
+      }
     },
     // 璺熻繘
     followupClick(row) {

--
Gitblit v1.8.0