Browse Source

修改PropertyValue 类型为字符串

tangshan
徐振升 4 years ago
parent
commit
b92f04c25b
  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: '', RuleValue: '',
PhysicalUnit: '', PhysicalUnit: '',
PropertyName: '列', PropertyName: '列',
PropertyType: 2, PropertyType: '2',
PropertyValue: '2', PropertyValue: '2',
}, },
], ],

Loading…
Cancel
Save