diff --git a/modules/core/src/main/resources/templates/modules/gen/crud/vueFormRoute.xml b/modules/core/src/main/resources/templates/modules/gen/crud/vueFormRoute.xml index 9ccd20c8..9e8ae710 100644 --- a/modules/core/src/main/resources/templates/modules/gen/crud/vueFormRoute.xml +++ b/modules/core/src/main/resources/templates/modules/gen/crud/vueFormRoute.xml @@ -352,9 +352,11 @@ for (c in table.columnList){ }, colProps: { lg: 24, md: 24 }, }, - ]; <% } +%> + ]; +<% for (child in table.childList){ %> const input${child.className}FormSchemas: FormSchema[] = [