|
|
@@ -233,6 +233,7 @@ export default {
|
|
|
// 临时逻辑,有真实接口后可以删除
|
|
|
const position = localStorage.getItem(`pos${index + 1}`).split(',');
|
|
|
|
|
|
+ // 地图联动
|
|
|
this.$refs.trafficMapRef.focusByLocation([Number(position[0]), Number(position[1])]);
|
|
|
},
|
|
|
onIntersectionRowClick({ row, index }) {
|