|
@@ -80,8 +80,8 @@ export class fireControl {
|
|
|
if (this.velocityMap.get(step)) {
|
|
|
this.velocitys = this.velocityMap.get(step);
|
|
|
} else {
|
|
|
- // const url = this._url + this.aid + "&transCode=D000017&step=" + this.step;
|
|
|
- const url = this._url + this.aid+ "&transCode=D000017&step=" + 27;
|
|
|
+ const url = this._url + this.aid + "&transCode=D000017&step=" + this.step;
|
|
|
+ // const url = this._url + this.aid+ "&transCode=D000017&step=" + 27;
|
|
|
await this.velocityreader.setUrl(url).then(() => {
|
|
|
const velocitys = this.velocityreader.getOutputData(1);
|
|
|
this.velocitys = velocitys;
|