mirror of https://github.com/layui/layui
避免 IE8 某些版本的报错
parent
64c6b81007
commit
aec19a2df5
|
@ -1001,7 +1001,7 @@ layui.define(['lay', 'laytpl', 'laypage', 'form', 'util'], function(exports){
|
|||
curr: curr,
|
||||
count: res[response.countName],
|
||||
type: opts.type,
|
||||
sort: true,
|
||||
sort: true
|
||||
}), done(res, 'renderData');
|
||||
} else if(options.url){ // Ajax请求
|
||||
var params = {};
|
||||
|
|
Loading…
Reference in New Issue