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