Results 4 comments of ouyangzhiming

实际图片 有章 ![image](https://user-images.githubusercontent.com/3972046/82534042-0aa1a280-9b77-11ea-82b2-470b399ac0f7.png) pdf预览时,无章 了 ![image](https://user-images.githubusercontent.com/3972046/82534102-25741700-9b77-11ea-9c65-8a031e5cc208.png)

我也出现了,为啥现在楼主没解决哦

解决办法: @RequiresPermissions("act:model:edit") @RequestMapping(value = "/act/service/model/{modelId}/save", method = RequestMethod.PUT) @ResponseStatus(value = HttpStatus.OK) public void saveModel(@PathVariable String modelId, HttpServletRequest request) { //public void saveModel(@PathVariable String modelId, @RequestBody MultiValueMap values) { try {...