Dodano changelog; poprawki reaktywności

This commit is contained in:
2022-08-20 18:07:21 +02:00
parent 6c4c33cb65
commit 9b252cf205
10 changed files with 218 additions and 84 deletions
+1 -2
View File
@@ -29,11 +29,10 @@ export default defineComponent({
})
).data;
this.store.backupList = JSON.stringify(data);
this.store.backupList = JSON.parse(JSON.stringify(data));
this.store.stationList = data;
this.store.unsavedChanges = false;
this.store.changeList = [];
this.store.changeBackupList = [];
this.store.dataState = 'LOADED';
} catch (error) {