|
@@ -235,6 +235,7 @@ export default {
|
|
|
|
|
|
|
|
// 地图联动
|
|
// 地图联动
|
|
|
this.$refs.trafficMapRef.focusByLocation([Number(position[0]), Number(position[1])]);
|
|
this.$refs.trafficMapRef.focusByLocation([Number(position[0]), Number(position[1])]);
|
|
|
|
|
+
|
|
|
},
|
|
},
|
|
|
onIntersectionRowClick({ row, index }) {
|
|
onIntersectionRowClick({ row, index }) {
|
|
|
console.log(`准备跳转查看关键路口详情,当前路口:`, row.id, row.intersection);
|
|
console.log(`准备跳转查看关键路口详情,当前路口:`, row.id, row.intersection);
|