添加一些触发的事件
This commit is contained in:
@ -105,7 +105,7 @@
|
|||||||
// 请求获取数据后处理回调函数
|
// 请求获取数据后处理回调函数
|
||||||
responseHandler: function(res) {
|
responseHandler: function(res) {
|
||||||
if (typeof $.table._option.responseHandler == "function") {
|
if (typeof $.table._option.responseHandler == "function") {
|
||||||
options.responseHandler(res);
|
$.table._option.responseHandler(res);
|
||||||
}
|
}
|
||||||
if (res.code == 0) {
|
if (res.code == 0) {
|
||||||
if ($.common.isNotEmpty($.table._option.sidePagination) && $.table._option.sidePagination == 'client') {
|
if ($.common.isNotEmpty($.table._option.sidePagination) && $.table._option.sidePagination == 'client') {
|
||||||
|
Reference in New Issue
Block a user