#
luxiaotao1123
2024-11-06 9c7a29e38f53ef2a854508c915306e031cefbabb
zy-acs-framework/src/main/java/com/zy/acs/framework/generators/ReactGenerator.java
@@ -736,6 +736,7 @@
                        sb.append("                            <ReferenceInput\n");
                        sb.append("                                source=\"").append(column.getHumpName()).append("\"\n");
                        sb.append("                                reference=\"").append(GeneratorUtils.firstCharConvert(column.getForeignKey())).append("\"\n");
                        sb.append("                                perPage={REFERENCE_INPUT_PAGESIZE}\n");
                        if (count == 0) {
                            sb.append("                                autoFocus\n");
                        }