Browse Source

修改PropertyValue 为字符串

master
徐振升 4 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: '', RuleValue: '',
PhysicalUnit: '', PhysicalUnit: '',
PropertyName: '列', PropertyName: '列',
PropertyType: 2, PropertyType: '2',
PropertyValue: '2', PropertyValue: '2',
}, },
], ],

Loading…
Cancel
Save