代码调整
This commit is contained in:
parent
8311b453bf
commit
057c39fb21
@ -191,6 +191,10 @@ export default {
|
||||
// }
|
||||
'$store.state.map.mapDataLoadedCount': function (val) { // 地图数据加载完成
|
||||
this.loadData();
|
||||
},
|
||||
// 仿真-仿真重置消息
|
||||
'$store.state.socket.simulationReset': function (val) { // 地图数据加载完成
|
||||
this.loadData();
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
@ -227,7 +231,7 @@ export default {
|
||||
});
|
||||
},
|
||||
addDisLoger(model) {
|
||||
this.tableData.push(model);
|
||||
this.tableData.unshift(model);
|
||||
},
|
||||
deleteDisLoger(model) {
|
||||
this.tableData.map(data=>{
|
||||
|
@ -199,7 +199,9 @@ export default {
|
||||
this.initDate(date);
|
||||
},
|
||||
'$store.state.socket.railwaySimulationRunplanSendChange': function (val) {
|
||||
this.getRailwaySimulationRunplanSend();
|
||||
if (this.isCtc) {
|
||||
this.getRailwaySimulationRunplanSend();
|
||||
}
|
||||
},
|
||||
'$store.state.training.roleDeviceCode': function (val) {
|
||||
if (this.isCtc) {
|
||||
|
Loading…
Reference in New Issue
Block a user