|
@@ -227,10 +227,10 @@ export default {
|
|
|
},
|
|
|
//事件落点相关方法
|
|
|
init: function (markType, map) {
|
|
|
- if(this.pageType == "jtzl") {
|
|
|
- this.selectCameraList()
|
|
|
- } else if (this.pageType == "aqyj") {
|
|
|
+ if(this.pageType == "aqyj") {
|
|
|
this.getBuildTypeFourList()
|
|
|
+ } else {
|
|
|
+ this.selectCameraList()
|
|
|
}
|
|
|
},
|
|
|
addMarkers(options, type) {
|