|
|
@@ -198,7 +198,8 @@ const obj = useStorage<StationKey>(STATIONKEY, {
|
|
|
station: null,
|
|
|
});
|
|
|
const handleToDevice = (folder: Data) => {
|
|
|
- obj.value.id = folder.id;
|
|
|
+ console.log('ddd', folder);
|
|
|
+ obj.value.id = folder.routeInfoId;
|
|
|
obj.value.station = folder.station;
|
|
|
router.push({ name: 'DeviceStatus' });
|
|
|
};
|