mirror of
https://github.com/Spythere/station-manager-2.0.git
synced 2026-05-03 21:48:14 +00:00
Dodano changelog; poprawki reaktywności
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user