poprawki changeloga

This commit is contained in:
2024-01-04 15:33:59 +01:00
parent 97bc6db1c4
commit a8ddac118f
7 changed files with 58 additions and 99 deletions
+1 -2
View File
@@ -174,11 +174,10 @@ export default defineComponent({
if (index == -1) return;
const routeString = this.parseRoutes();
// const routeString = this.parseRoutes();
this.addChange(this.store.currentStation!, 'routesInfo', this.routeBackup, this.currentRoutes);
this.store.stationList[index]['routesInfo'] = this.currentRoutes;
// this.currentRoutes.push(this.cur)
},
},
});