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

pull/143/head
RuoYi 2019-11-07 15:22:42 +08:00
parent aa0f33b5e7
commit de1979212a
2 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -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', // 请求方式(*