|
@@ -753,7 +753,7 @@ export default {
|
|
|
// that.$refs.supermapTaskDialog.dynamicPlotting()//弹出动态绘制窗口,防止截图位置改变
|
|
|
that.$refs.supermapTaskDialog.clearM(false)
|
|
|
that.$refs.supermapTaskDialog.setMarkersRadius([markersMap])
|
|
|
- that.$refs.supermapTaskDialog.dropLocation(res.data.catalogue[0].latitude, res.data.catalogue[0].longitude)
|
|
|
+ that.$refs.supermapTaskDialog.dropLocation10(res.data.catalogue[0].latitude, res.data.catalogue[0].longitude)
|
|
|
}, 1000)
|
|
|
}
|
|
|
})
|