南京二号线车站显示模块调整

This commit is contained in:
fan 2021-06-01 18:13:13 +08:00
parent e134b23fcf
commit 3301f9abcd
3 changed files with 2 additions and 4 deletions

View File

@ -125,10 +125,6 @@ export default {
]),
selectedList() {
let list = [];
// let sectionList = [];
// if (this.sectionList && this.sectionList.length) {
// sectionList = this.sectionList.filter(elem => { return (elem.standTrack || elem.reentryTrack || elem.transferTrack); });
// }
list = [...this.sectionList, ...this.trainList];
return list;
},

View File

@ -114,6 +114,7 @@ export default {
doClose() {
this.loading = false;
this.dialogShow = false;
this.$jlmap && this.$jlmap.clearTrainView();
this.selfJmap = Vue.prototype.$jlmap;
}
}

View File

@ -131,6 +131,7 @@ export default {
doClose() {
this.loading = false;
this.dialogShow = false;
this.$jlmap && this.$jlmap.clearTrainView();
this.selfJmap = Vue.prototype.$jlmap;
}
}