Poprawki w generatorze

This commit is contained in:
2022-07-20 21:51:27 +02:00
parent 9a4a729449
commit 091e5bd212
3 changed files with 17 additions and 12 deletions
+3 -2
View File
@@ -3,7 +3,7 @@ import { defineStore } from 'pinia';
export const useStore = defineStore('store', {
state: () => {
return {
chosenOrderType: 'OrderS',
chosenOrderType: 'OrderN',
orderFooter: {
stationName: '',
@@ -42,7 +42,8 @@ export const useStore = defineStore('store', {
signal3: '',
signalType: 'wyjazdowego',
checkbox: 'checkbox-2a',
direction: '',
direction1: '',
direction2: '',
trackNoFrom: '',
trackNoTo1: '',
trackNoTo2: '',