运行图编辑一直加载问题调整
This commit is contained in:
parent
dd4f2a2fe6
commit
2bd6088bd3
@ -128,6 +128,7 @@ export default {
|
|||||||
this.loadRunPlanId = this.planId;
|
this.loadRunPlanId = this.planId;
|
||||||
this.refresh();
|
this.refresh();
|
||||||
}
|
}
|
||||||
|
this.$store.dispatch('app/animationsClose');
|
||||||
},
|
},
|
||||||
beforeDestroy() {
|
beforeDestroy() {
|
||||||
},
|
},
|
||||||
|
@ -255,6 +255,7 @@ export default {
|
|||||||
this.loadFilterSectionMap();
|
this.loadFilterSectionMap();
|
||||||
this.mapStationDirectionData = Object.values(this.$store.state.map.mapStationDirectionData);
|
this.mapStationDirectionData = Object.values(this.$store.state.map.mapStationDirectionData);
|
||||||
this.loadData();
|
this.loadData();
|
||||||
|
this.$store.dispatch('app/animationsClose');
|
||||||
},
|
},
|
||||||
beforeDestroy() {
|
beforeDestroy() {
|
||||||
this.rpMenuPopShow = false;
|
this.rpMenuPopShow = false;
|
||||||
|
@ -67,6 +67,9 @@ export default {
|
|||||||
return this.$store.state.training.started;
|
return this.$store.state.training.started;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
mounted() {
|
||||||
|
this.$store.dispatch('app/animationsClose');
|
||||||
|
},
|
||||||
beforeDestroy() {
|
beforeDestroy() {
|
||||||
this.clearSubscribe();
|
this.clearSubscribe();
|
||||||
this.$store.dispatch('training/reset');
|
this.$store.dispatch('training/reset');
|
||||||
|
@ -177,7 +177,6 @@ export default {
|
|||||||
if (this.$route.query.lineCode === '14') {
|
if (this.$route.query.lineCode === '14') {
|
||||||
const terminal = this.findTerminalFromMap('baSiDi');
|
const terminal = this.findTerminalFromMap('baSiDi');
|
||||||
this.changePictureShow(terminal);
|
this.changePictureShow(terminal);
|
||||||
this.$store.dispatch('app/animationsClose');
|
|
||||||
} else if (this.$route.query.simType === 'RAILWAY') {
|
} else if (this.$route.query.simType === 'RAILWAY') {
|
||||||
const terminal = this.findTerminalFromMap('dispatcherManage');
|
const terminal = this.findTerminalFromMap('dispatcherManage');
|
||||||
this.changePictureShow(terminal);
|
this.changePictureShow(terminal);
|
||||||
|
Loading…
Reference in New Issue
Block a user