pangzi5920 发表于 2018-6-26 12:23:45

Content type 'application/x-www-form-urlencoded' not supported

自定义分页时报 Content type 'application/x-www-form-urlencoded' not supported 的错误怎么搞?


<form id="search" action="tbZbjhController.do?getTableList" method="post">
    <table>
      <tr>
            <td>
            <div >
            <div >
                    计划名称:<input type="text" name="jhmc" value="${view.jhmc }" />
            </div>
            </div>
            </td>   
            <td>计划类型:<input type="text" name="jhlx" value="${view.jhlx }" /></td>
      </tr>
      <tr>
            <td>报警级别:<input type="text" name="bjjb" value="${view.bjjb }"/></td>

      </tr>
      <tr>
            <td colspan="2">
                <input type="submit" value="查询" />
            </td>
      </tr>
    </table>
   <div >列表</div >
</form>

admin 发表于 2018-6-26 14:14:59

这个不是jeecg的功能,自己开发的功能,请自己解决吧
页: [1]
查看完整版本: Content type 'application/x-www-form-urlencoded' not supported