This commit is contained in:
dong 2023-09-05 16:01:28 +08:00
commit fcae20651a

View File

@ -201,6 +201,10 @@ watch(
axleCountingModel.kilometerSystem.coordinateSystem;
kilometerSystem.kilometer = axleCountingModel.kilometerSystem.kilometer;
kilometerSystem.direction = axleCountingModel.kilometerSystem.direction;
} else {
kilometerSystem.coordinateSystem = '';
kilometerSystem.kilometer = 0;
kilometerSystem.direction = 0;
}
}
}