- Grails更新资源时,需要加flush:true参数,否则不会发送update语句。
instance.save flush: true
- jquery的ajax方式,设置type为PUT时,参数要以json格式发送,或者使用Spring支持的rest方法_method隐藏域。
- easyui的datagrid,删除多条记录后再次删除,getSelections依然有删除过的记录,需要删除成功后清除selections
$(‘#datagrid‘).datagrid(‘clearSelections‘);
时间: 2024-10-10 22:43:17