|
|
|
@ -1028,7 +1028,7 @@ export class FireForceComponent implements OnInit {
|
|
|
|
|
// 将 markers 添加到地图
|
|
|
|
|
this.map.add(this.newPositionMarker); |
|
|
|
|
} else { |
|
|
|
|
this.map.setCity('上海市'); |
|
|
|
|
this.map.setCity('唐山市'); |
|
|
|
|
} |
|
|
|
|
//相关资料
|
|
|
|
|
data.relevantInfomationData ? this.AttachmentArr = JSON.parse(data.relevantInfomationData) : null |
|
|
|
@ -1055,7 +1055,7 @@ export class FireForceComponent implements OnInit {
|
|
|
|
|
alert('获取信息错误!') |
|
|
|
|
}) |
|
|
|
|
} else { |
|
|
|
|
this.map.setCity('上海市'); |
|
|
|
|
this.map.setCity('唐山市'); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
//寻找管辖单位
|
|
|
|
@ -1333,7 +1333,7 @@ export class FireForceComponent implements OnInit {
|
|
|
|
|
// this.newPositionMarker ? this.map.remove(this.newPositionMarker) : null
|
|
|
|
|
// this.positionLngLat.x = 0
|
|
|
|
|
// this.positionLngLat.y = 0
|
|
|
|
|
// this.map.setCity('上海市');
|
|
|
|
|
// this.map.setCity('唐山市');
|
|
|
|
|
this.selectedFireForce.contentVerify = null |
|
|
|
|
this.clearData() |
|
|
|
|
} |
|
|
|
@ -1524,7 +1524,7 @@ export class FireForceComponent implements OnInit {
|
|
|
|
|
this.map = MapFactory.MapInstance('container', { |
|
|
|
|
zoom: 12 |
|
|
|
|
}) |
|
|
|
|
this.map.setCity('上海市'); |
|
|
|
|
this.map.setCity('唐山市'); |
|
|
|
|
//输入提示
|
|
|
|
|
var autoOptions = { |
|
|
|
|
input: "tipinput" |
|
|
|
|