修复多表格情况下,firstLoad只对第一个表格生效

master
RuoYi 5 years ago committed by Limy
parent 2f0ff8e14d
commit eee0dee0f9

File diff suppressed because one or more lines are too long

@ -72,6 +72,7 @@ var table = {
table.config[options.id] = options;
$.table.initEvent();
$('#' + options.id).bootstrapTable({
id: options.id,
url: options.url, // 请求后台的URL*
contentType: "application/x-www-form-urlencoded", // 编码类型
method: 'post', // 请求方式(*

Loading…
Cancel
Save