src/views/client/contacts/index.vue
@@ -252,13 +252,14 @@ }, // 客户名称详情 selClientClick(row) { console.log(row) // console.log(row) this.clientDeail.visible = true this.clientDeail.infomation = { ...row.Client, client_name: row.Client.name, client_level: row.Client.client_level.name, client_status: row.Client.client_status.name client_status: row.Client.client_status.name, contact_name: row.name } }, // 跟进