修改从车务终端切到联锁界面后无法操作增加列车问题

This commit is contained in:
dong 2023-02-20 15:01:22 +08:00
parent cf5e633187
commit a7616055dc

View File

@ -319,6 +319,7 @@ export default {
} }
}, },
beforeDestroy() { beforeDestroy() {
this.$store.dispatch('menuOperation/setButtonOperation', null);
this.routeDataMap = null; this.routeDataMap = null;
this.routeButtonCodeList = []; this.routeButtonCodeList = [];
}, },