@@ -41,6 +41,8 @@ export class gassControl {
}
//获取第几步标量数据
async getScalrsByStep(step) {
+ this.scalars = new Map();
+ this.scalar = new Map();
this.step = step;
if (this.scalars.get(step)) {
this.scalar = this.scalars.get(step);