Browse Source

修改PropertyValue 为字符串

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

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

@ -1239,7 +1239,7 @@ export class WorkingAreaComponent extends EventEmitter implements OnInit, AfterV
RuleValue: '',
PhysicalUnit: '',
PropertyName: '列',
PropertyType: 2,
PropertyType: '2',
PropertyValue: '2',
},
],

Loading…
Cancel
Save