修复异步加载表格树重置列表父节点展开异常问题(I6AGWH)
This commit is contained in:
@ -730,7 +730,7 @@
|
||||
$.ajax({
|
||||
type: options.type,
|
||||
url: options.dataUrl,
|
||||
data: $.extend(parms, options.ajaxParams),
|
||||
data: parms,
|
||||
dataType: "json",
|
||||
success: function(data, textStatus, jqXHR) {
|
||||
$("#" + row_id + "_load").remove();
|
||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user