diff --git a/src/jmapNew/theme/datie_02/menus/menuBar.vue b/src/jmapNew/theme/datie_02/menus/menuBar.vue index 9e3fff7ec..6781eaf23 100644 --- a/src/jmapNew/theme/datie_02/menus/menuBar.vue +++ b/src/jmapNew/theme/datie_02/menus/menuBar.vue @@ -314,7 +314,9 @@ export default { const stationCode = this.$store.state.training.roleDeviceCode; commitOperate(menuOperate.CTC.updateTrainFixedPath2Station, { stationCode: stationCode }, 3).then(({valid, response}) => { if (valid) { - // + this.$nextTick(function () { + this.$store.dispatch('training/emitTipFresh'); + }); } }); }, @@ -322,10 +324,6 @@ export default { const stationCode = this.$store.state.training.roleDeviceCode; this.$refs.trainFixedPathPane.doShow(stationCode); }, - // 固定列车经路更新列表 - // getStationTrainFixedPath - // 固定列车经路更新加载到计划 - // loadUpdateStationTrainFixedPath bottomTableShowOrHidden() { EventBus.$emit('bottomTableShowOrHidden'); }, diff --git a/src/jmapNew/theme/datie_02/menus/menuDialog/trainFixedPathPane.vue b/src/jmapNew/theme/datie_02/menus/menuDialog/trainFixedPathPane.vue index f5200b328..7ca446d5e 100644 --- a/src/jmapNew/theme/datie_02/menus/menuDialog/trainFixedPathPane.vue +++ b/src/jmapNew/theme/datie_02/menus/menuDialog/trainFixedPathPane.vue @@ -109,6 +109,17 @@ + + + 加载 + + + 更新 + + + 取消 + +