| | |
| | | } |
| | | //大写字段值显示转换 |
| | | JSONObject formInfo = faceFormCache.getData(); |
| | | formInfo.put("formRules", formInfo.getString("form_rules")); |
| | | formInfo.put("formModel", formInfo.getString("form_model")); |
| | | formInfo.put("labelWidth", formInfo.getString("label_width")); |
| | | // formInfo.put("formRules", formInfo.getString("form_rules")); |
| | | // formInfo.put("formModel", formInfo.getString("form_model")); |
| | | // formInfo.put("labelWidth", formInfo.getString("label_width")); |
| | | return BaseUtil.success(faceFormCache.getData(), MapUtil.builder("drawingList", (Object) faceFormCache.getDrawingList()).map()); |
| | | } |
| | | |