添加一些触发的事件

master
RuoYi 5 years ago committed by Limy
parent adf9c28776
commit d000b00a6a

@ -105,7 +105,7 @@
// 请求获取数据后处理回调函数
responseHandler: function(res) {
if (typeof $.table._option.responseHandler == "function") {
options.responseHandler(res);
$.table._option.responseHandler(res);
}
if (res.code == 0) {
if ($.common.isNotEmpty($.table._option.sidePagination) && $.table._option.sidePagination == 'client') {

Loading…
Cancel
Save