mirror of https://gitee.com/y_project/RuoYi.git
修复树形表格配置入参后,再次查询无法修改参数
parent
bcbb4ac994
commit
03e1a6762b
|
@ -655,7 +655,7 @@ var table = {
|
||||||
search: function(formId) {
|
search: function(formId) {
|
||||||
var currentId = $.common.isEmpty(formId) ? $('form').attr('id') : formId;
|
var currentId = $.common.isEmpty(formId) ? $('form').attr('id') : formId;
|
||||||
var params = $.common.formToJSON(currentId);
|
var params = $.common.formToJSON(currentId);
|
||||||
$.bttTable.bootstrapTreeTable('refresh', $.extend(params, table.options.ajaxParams));
|
$.bttTable.bootstrapTreeTable('refresh', $.extend(table.options.ajaxParams, params));
|
||||||
},
|
},
|
||||||
// 刷新
|
// 刷新
|
||||||
refresh: function() {
|
refresh: function() {
|
||||||
|
|
Loading…
Reference in New Issue