分号修正

This commit is contained in:
thinkgem
2024-01-03 08:24:38 +08:00
parent b7bb765193
commit 84913ab783

View File

@@ -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[] = [