#
luxiaotao1123
2024-11-09 555e2110078d566ae5a9914641bd1b3db2fa9e25
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");
                        }