|
for (const [i, im] of this.ImData.entries()) {
|
|
for (const [i, im] of this.ImData.entries()) {
|
|
im.im_code = pre + this._getNumberFormat(this.ctx.stage.order, 2) + this.splitChar + this._getNumberFormat(i + 1, 3);
|
|
im.im_code = pre + this._getNumberFormat(this.ctx.stage.order, 2) + this.splitChar + this._getNumberFormat(i + 1, 3);
|