|
|
@@ -275,13 +275,14 @@ export default {
|
|
|
})
|
|
|
},
|
|
|
getAroundAnalysisOwnList() {
|
|
|
+ let radius = this.radius?parseFloat(this.radius) * 1000:1000;
|
|
|
window
|
|
|
.requestSDK(
|
|
|
'/sddnWeiHe/device/aroundAnalysisList',
|
|
|
{
|
|
|
longitude: this.stationGraphic.coordinate[0],
|
|
|
latitude: this.stationGraphic.coordinate[1],
|
|
|
- radius: this.radius,
|
|
|
+ radius: radius,
|
|
|
type: '1',
|
|
|
pageNum: 1,
|
|
|
pageSize: 5,
|
|
|
@@ -311,7 +312,7 @@ export default {
|
|
|
deviceCode: row.deviceCode,
|
|
|
channelCode: row.channelCode,
|
|
|
netType: '1',
|
|
|
- protocolType: 5,
|
|
|
+ protocolType: 9,
|
|
|
streamType: 1
|
|
|
},
|
|
|
{},
|