mirror of
https://gitee.com/layui/layui.git
synced 2025-12-26 22:25:48 +08:00
修复 table pullData 方法在 renderData 模式下执行了多余的排序的问题
This commit is contained in:
@@ -1001,7 +1001,8 @@ layui.define(['lay', 'laytpl', 'laypage', 'form', 'util'], function(exports){
|
||||
curr: curr,
|
||||
count: res[response.countName],
|
||||
type: opts.type,
|
||||
}), sort(), done(res, 'renderData');
|
||||
sort: true,
|
||||
}), done(res, 'renderData');
|
||||
} else if(options.url){ // Ajax请求
|
||||
var params = {};
|
||||
// 当 page 开启,默认自动传递 page、limit 参数
|
||||
|
||||
Reference in New Issue
Block a user