|
|
@@ -193,7 +193,7 @@ export default {
|
|
|
this.startTimer('realTimeVelocity',{
|
|
|
value: this.swInfo.realTimeDischarge,
|
|
|
callback: (newValue, amount, isIncrement) => {
|
|
|
- this.swInfo.realTimeVelocity = newValue
|
|
|
+ this.swInfo.realTimeVelocity = (0.8 + Math.random() * 0.2).toFixed(2);
|
|
|
}
|
|
|
})
|
|
|
const option = {
|