src/views/sales/refundForm/index.vue
@@ -250,7 +250,12 @@ selClientClick(row) { console.log(row) this.clientDeail.visible = true this.clientDeail.infomation = { ...row, client_name: row.name } this.clientDeail.infomation = { ...row.client, client_name: row.name, client_level: row.client.client_level.name, client_status: row.client.client_status.name } }, // 联系人详情 selCommonClick(row) {