南京二号线车站显示模块调整
This commit is contained in:
parent
e134b23fcf
commit
3301f9abcd
@ -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;
|
||||
},
|
||||
|
@ -114,6 +114,7 @@ export default {
|
||||
doClose() {
|
||||
this.loading = false;
|
||||
this.dialogShow = false;
|
||||
this.$jlmap && this.$jlmap.clearTrainView();
|
||||
this.selfJmap = Vue.prototype.$jlmap;
|
||||
}
|
||||
}
|
||||
|
@ -131,6 +131,7 @@ export default {
|
||||
doClose() {
|
||||
this.loading = false;
|
||||
this.dialogShow = false;
|
||||
this.$jlmap && this.$jlmap.clearTrainView();
|
||||
this.selfJmap = Vue.prototype.$jlmap;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user