vue前端参数数组无法传到后端接口, 报java.lang.NumberFormatException: For input string: ""
使用element-ui的select框选择多项传递到后端报错,无法传输,因为选择的是数组,先说解决方法:我后端接口用@RequestBodyContentQueryFormcontentQueryForm来接收前端传递来的字段值@ApiOperation("内容列表分页查询")@PostMapping("/contentList")@ResponseBodypublicResult>queryC