chenjingyu 4 years ago
parent
commit
f4a8b410b5
  1. 3
      src/app/working-area/working-area.component.ts

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

@ -1239,7 +1239,7 @@ export class WorkingAreaComponent extends EventEmitter implements OnInit, AfterV
RuleValue: '', RuleValue: '',
PhysicalUnit: '', PhysicalUnit: '',
PropertyName: '列', PropertyName: '列',
PropertyType: 2, PropertyType: '2',
PropertyValue: '2', PropertyValue: '2',
}, },
], ],
@ -1274,6 +1274,7 @@ export class WorkingAreaComponent extends EventEmitter implements OnInit, AfterV
this.emit('createIcon', axLegend); this.emit('createIcon', axLegend);
} else { } else {
const axLegend = new AxLegend(data, this, shapeMap); const axLegend = new AxLegend(data, this, shapeMap);
axLegend.assetData.PropertyInfos[0].PropertyValue = String(axLegend.assetData.PropertyInfos[0].PropertyValue);
} }
} }
// /** // /**

Loading…
Cancel
Save