From 84913ab783aa6a4146d94184eb79f041731bd1f6 Mon Sep 17 00:00:00 2001 From: thinkgem Date: Wed, 3 Jan 2024 08:24:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E5=8F=B7=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/templates/modules/gen/crud/vueFormRoute.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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[] = [