diff --git a/src/app/working-area/working-area.component.ts b/src/app/working-area/working-area.component.ts index e784d80..694c53b 100644 --- a/src/app/working-area/working-area.component.ts +++ b/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();