避免 IE8 某些版本的报错

pull/1360/head
贤心 2023-08-29 21:23:43 +08:00
parent 64c6b81007
commit aec19a2df5
1 changed files with 1 additions and 1 deletions

View File

@ -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 = {};