修复树表onLoadSuccess不生效的问题

pull/402/head
RuoYi 2022-08-10 13:07:28 +08:00
parent 7aa4872cb9
commit 53cd4867df
2 changed files with 2 additions and 1 deletions

View File

@ -187,6 +187,7 @@
success: function(data, textStatus, jqXHR) {
data = calculateObjectValue(options, options.responseHandler, [data], data);
renderTable(data);
calculateObjectValue(options, options.onLoadSuccess, [data], data);
},
error: function(xhr, textStatus) {
var _errorMsg = '<tr><td colspan="' + options.columns.length + '"><div style="display: block;text-align: center;">' + xhr.responseText + '</div></td></tr>'