左键点击关闭车次窗
This commit is contained in:
parent
3992310427
commit
bcf9cc1d7f
@ -95,6 +95,7 @@ export default {
|
||||
return device;
|
||||
},
|
||||
clickEvent(em) {
|
||||
this.$store.dispatch('map/setTrainWindowShow', false);
|
||||
var device = { _type: em.deviceType, _code: em.deviceCode, _event: MouseEvent.Left };
|
||||
|
||||
const lineCode = this.$store.getters['map/lineCode'];
|
||||
|
Loading…
Reference in New Issue
Block a user