|
@@ -1723,7 +1723,7 @@ export default {
|
|
},
|
|
},
|
|
sendEventLog() {
|
|
sendEventLog() {
|
|
//日志发送
|
|
//日志发送
|
|
- let param = { eventCode: this.eventCode, conext: this.eventLog }
|
|
|
|
|
|
+ let param = { eventCode: this.eventCode, logContent: this.eventLog,operation:"bus_oper_type_2",operationType:"log_oper_type_1" }
|
|
sendEventLog(param).then(res => {
|
|
sendEventLog(param).then(res => {
|
|
if (res.code == 200) {
|
|
if (res.code == 200) {
|
|
this.$message.success(`发送成功!`)
|
|
this.$message.success(`发送成功!`)
|
|
@@ -1789,7 +1789,7 @@ export default {
|
|
that.$refs.supermapDialog.dynamicPlotting()//弹出动态绘制窗口,防止截图位置改变
|
|
that.$refs.supermapDialog.dynamicPlotting()//弹出动态绘制窗口,防止截图位置改变
|
|
that.$refs.supermapDialog.clearM(false)
|
|
that.$refs.supermapDialog.clearM(false)
|
|
that.$refs.supermapDialog.setMarkersRadius([markersMap])
|
|
that.$refs.supermapDialog.setMarkersRadius([markersMap])
|
|
- that.$refs.supermapDialog.dropLocation(res.data.catalogue.latitude, res.data.catalogue.longitude)
|
|
|
|
|
|
+ that.$refs.supermapDialog.dropLocation10(res.data.catalogue.latitude, res.data.catalogue.longitude)
|
|
}, 2000)
|
|
}, 2000)
|
|
if (res.data.centermonitorTCamera != null) {
|
|
if (res.data.centermonitorTCamera != null) {
|
|
let markersMap = {
|
|
let markersMap = {
|
|
@@ -1872,7 +1872,7 @@ export default {
|
|
} else {
|
|
} else {
|
|
that.$refs.supermapDialog.setMarkers([markersMap])
|
|
that.$refs.supermapDialog.setMarkers([markersMap])
|
|
}
|
|
}
|
|
- that.$refs.supermapDialog.dropLocation(res.data.catalogue.latitude, res.data.catalogue.longitude)
|
|
|
|
|
|
+ that.$refs.supermapDialog.dropLocation10(res.data.catalogue.latitude, res.data.catalogue.longitude)
|
|
}, 2000)
|
|
}, 2000)
|
|
if (res.data.centermonitorTCamera != null) {
|
|
if (res.data.centermonitorTCamera != null) {
|
|
let markersMap = {
|
|
let markersMap = {
|