| | |
| | | searchClick(val, content) { |
| | | console.log(val, content) |
| | | this.search_map = { |
| | | [val]: content |
| | | [val.value]: content |
| | | } |
| | | this.getData() |
| | | }, |
| | |
| | | }, |
| | | // 联系人详情 |
| | | selContactsClick(row) { |
| | | console.log(row) |
| | | this.contactsDeail.visible = true |
| | | let contact = {} |
| | | if (row.contacts.length !== 0) { |
| | |
| | | } |
| | | } |
| | | } |
| | | 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) { |