form-service .ts code completed, not check and debugged
This commit is contained in:
parent
50ead64e69
commit
3c0f937295
|
|
@ -56,10 +56,10 @@ export class FormSection extends BaseEntity {
|
|||
attachments: Attachment[];
|
||||
|
||||
@Prop({
|
||||
type: [DisplayContidionSchema],
|
||||
type: [DisplayConditionSchema],
|
||||
default: [],
|
||||
})
|
||||
displayCondition: DisplayContidion[];
|
||||
displayCondition: DisplayCondition[];
|
||||
|
||||
@Prop({
|
||||
type: [QuestionSchema],
|
||||
|
|
|
|||
Loading…
Reference in New Issue