同步按计划行车时间
This commit is contained in:
parent
42d850de66
commit
f23a3a8112
@ -165,6 +165,11 @@ export default {
|
|||||||
},
|
},
|
||||||
'$store.state.training.prdType': function(prdType) {
|
'$store.state.training.prdType': function(prdType) {
|
||||||
this.change3dname();
|
this.change3dname();
|
||||||
|
},
|
||||||
|
'$store.state.socket.simulationStart': async function (val) {
|
||||||
|
if (val) {
|
||||||
|
this.$store.dispatch('training/setInitTime', +new Date(val));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
async mounted() {
|
async mounted() {
|
||||||
|
Loading…
Reference in New Issue
Block a user