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[];
|
attachments: Attachment[];
|
||||||
|
|
||||||
@Prop({
|
@Prop({
|
||||||
type: [DisplayContidionSchema],
|
type: [DisplayConditionSchema],
|
||||||
default: [],
|
default: [],
|
||||||
})
|
})
|
||||||
displayCondition: DisplayContidion[];
|
displayCondition: DisplayCondition[];
|
||||||
|
|
||||||
@Prop({
|
@Prop({
|
||||||
type: [QuestionSchema],
|
type: [QuestionSchema],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue