mirror of https://gitee.com/y_project/RuoYi.git
查询按钮bug修复
parent
9dc5db7557
commit
080c66d12b
|
@ -427,7 +427,7 @@
|
|||
search: function(formId) {
|
||||
var currentId = $.common.isEmpty(formId) ? $('form').attr('id') : formId;
|
||||
var params = $.common.formToJSON(currentId);
|
||||
$.bttTable('refresh', params);
|
||||
$.bttTable.bootstrapTreeTable('refresh', params);
|
||||
},
|
||||
// 刷新
|
||||
refresh: function() {
|
||||
|
|
Loading…
Reference in New Issue