Browse Source

1.5.2 修正 名称/编号 初始化时不显示

master
徐振升 3 years ago
parent
commit
a09440eaad
  1. 3
      src/app/working-area/working-area.component.ts

3
src/app/working-area/working-area.component.ts

@ -175,7 +175,7 @@ export class WorkingAreaComponent extends EventEmitter implements OnInit, AfterV
* -
* -
*/
public VERSION = '1.5.1.20210715';
public VERSION = '1.5.2.20210719';
/**
*
*/
@ -614,6 +614,7 @@ export class WorkingAreaComponent extends EventEmitter implements OnInit, AfterV
}
(axShape.assetData.PropertyInfos.find(i => i.PropertyName == "名称/编号")).PropertyValue = index;
}
axShape.refresh();
this.emit('canvasDataChanged');
this.canvasData.isChange = true;
this.updateCamera2D();

Loading…
Cancel
Save