File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
server/resource/autocode_template/web Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -617,6 +617,9 @@ const closeDialog = () => {
617617 { { - if eq .FieldType " string" } }
618618 { { .FieldJson} } : ' ' ,
619619 { { - end } }
620+ { { - if eq .FieldType " richtext" } }
621+ { { .FieldJson} } : ' ' ,
622+ { { - end } }
620623 { { - if eq .FieldType " int" } }
621624 { { .FieldJson} } : { { - if .DictType } } undefined{ { else } } 0{ { - end } } ,
622625 { { - end } }
@@ -626,6 +629,21 @@ const closeDialog = () => {
626629 { { - if eq .FieldType " float64" } }
627630 { { .FieldJson} } : 0,
628631 { { - end } }
632+ { { - if eq .FieldType " picture" } }
633+ { { .FieldJson} } : " " ,
634+ { { - end } }
635+ { { - if eq .FieldType " video" } }
636+ { { .FieldJson} } : " " ,
637+ { { - end } }
638+ { { - if eq .FieldType " pictures" } }
639+ { { .FieldJson} } : [],
640+ { { - end } }
641+ { { - if eq .FieldType " file" } }
642+ { { .FieldJson} } : [],
643+ { { - end } }
644+ { { - if eq .FieldType " json" } }
645+ { { .FieldJson} } : { } ,
646+ { { - end } }
629647 { { - end } }
630648 }
631649}
You can’t perform that action at this time.
0 commit comments