|
@@ -271,7 +271,7 @@ export default {
|
|
const data = new Set()
|
|
const data = new Set()
|
|
this.tableData.forEach((item) => {
|
|
this.tableData.forEach((item) => {
|
|
ays.forEach((as) => {
|
|
ays.forEach((as) => {
|
|
- if(item.telphone == as.telphone){
|
|
|
|
|
|
+ if(item.telphone == as.telphone && as.companyName && as.companyName != ''){
|
|
item.companyName = as.companyName
|
|
item.companyName = as.companyName
|
|
}else{
|
|
}else{
|
|
data.add(as)
|
|
data.add(as)
|