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) {