Commit de197921 by RuoYi

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

parent aa0f33b5
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -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', // 请求方式(*)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment