|
@@ -352,7 +352,9 @@ export default {
|
|
|
that.markersList.push(this.getMarkersMap(resourceTable, markersMap, res.data.resourceList[i]));
|
|
|
}
|
|
|
}
|
|
|
- this.dataChat()
|
|
|
+ if(this.showSearch == true){
|
|
|
+ this.dataChat();
|
|
|
+ }
|
|
|
that.$refs.supermap.clearM(false)
|
|
|
that.$refs.supermap.setMarkers(that.markersList)
|
|
|
})
|
|
@@ -398,7 +400,7 @@ export default {
|
|
|
'<span>' +
|
|
|
' <div class="d-l-con">' +
|
|
|
' <div class="d-l-l-text">' +
|
|
|
- ' <h4>企业名称:' + (item.contacts?item.name:"") +
|
|
|
+ ' <h4>企业名称:' + (item.name?item.name:"") +
|
|
|
'</h4>' +
|
|
|
' </div>' +
|
|
|
' </div>' +
|
|
@@ -414,7 +416,7 @@ export default {
|
|
|
'<span>' +
|
|
|
' <div class="d-l-con">' +
|
|
|
' <div class="d-l-l-text">' +
|
|
|
- ' <h4>联系人:' + (item.contacts?contacts_phone:"") +
|
|
|
+ ' <h4>联系人:' + (item.contacts?item.contacts:"") +
|
|
|
'</h4>' +
|
|
|
' </div>' +
|
|
|
' </div>' +
|