直接上代码吧
<div id="object_crud">
测试介绍:
<div class="description" style="height:auto;width:auto;border-top: 1px dashed #F00;
border-bottom: 1px dashed #F00;border-left: 1px dashed #F00;border-right: 1px dashed #F00">
1.条件查询并分页(查询条件:商品名称模糊查询,商品类别,分页参数)
2.新增商品
3.更新商品
4.删除商品
5.启用/停用商品
1.商品名称:<g:textField name="queryStr" id="queryStr1" value="佳能"></g:textField>
商品类型 :
<g:radio value="2" name="goodsTypeSearch"></g:radio>餐饮
<g:radio value="1" name="goodsTypeSearch" checked="true"></g:radio>零售
列表参数: 当前页:<g:textField name="page" value="0"></g:textField> 每页显示:<g:textField name="pageSize" value="20"></g:textField>
<button v-on:click="showData">查询
<button v-on:click="showJSON">显示JSON
测试结果JSON:<button v-on:click="clearJSON">清空测试结果
<div class="jsonResult" style="height:auto;width:auto;border-top: 1px dashed #F00;
border-bottom: 1px dashed #F00;border-left: 1px dashed #F00;border-right: 1px dashed #F00">
{{message}}