|
@@ -1091,10 +1091,12 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
getCorpData(row) {
|
|
|
+ console.log(row);
|
|
|
this.form.corpAttn = null;
|
|
|
this.form.corpTel = null;
|
|
|
this.form.coefficient = row.coefficient;
|
|
|
this.form.corpsName = row.cname;
|
|
|
+ this.form.belongToCorpId = row.belongtocompany
|
|
|
this.form.clientMessage = (row.cname ? row.cname : '') + '\r\n' + (row.addr ? row.addr : '')
|
|
|
if (this.data.length > 0) {
|
|
|
this.data.forEach(e => {
|