Poprawki w wyglądzie rozkładu

This commit is contained in:
2020-09-12 00:12:42 +02:00
parent 730c56eaee
commit 19e82c7029
5 changed files with 337 additions and 265 deletions
@@ -47,6 +47,13 @@ export default class extends Vue {
this.searchedDriver = "";
}
}
mounted() {
if (this.passedSearchedTrain && this.passedSearchedTrain != "") {
this.searchedTrain = this.passedSearchedTrain;
this.searchedDriver = "";
}
}
}
</script>