| | |
| | | return result; |
| | | } |
| | | |
| | | private static JSONObject getPropertyJson(List<FieldSetEntity> propertyList, Map<String, List<FieldSetEntity>> groupContainer) { |
| | | public static JSONObject getPropertyJson(List<FieldSetEntity> propertyList, Map<String, List<FieldSetEntity>> groupContainer) { |
| | | JSONObject property = new JSONObject(); |
| | | String propertyValue = null; |
| | | if (!CollectionUtil.isEmpty(propertyList)) { |
| | |
| | | continue; |
| | | } |
| | | if ("layout".equals(propertyName)) { |
| | | property.put("defaultValue", null); |
| | | //影响表单设计器还原input配置的默认值 暂时先注释掉 |
| | | // property.put("defaultValue", null); |
| | | } |
| | | switch (propertyType) { |
| | | case "1"://字符串 |