src/main/java/com/product/face/service/FaceDesignService.java
@@ -48,7 +48,7 @@ if (DataTableEntity.isEmpty(fieldPropertyDt)) { throw new BaseException(ErrorCode.GET_FACE_CONFIG_FAIL); } List<JSONObject> result = FaceUtil.getFaceControlList(fieldPropertyDt); List<JSONObject> result = FaceUtil.getFaceControlList(fse,fieldPropertyDt); Map<String, Object> other = new HashMap<>(); other.put("drawingList", result); fse.getSubData().clear();