mirror of https://gitee.com/y_project/RuoYi.git
修复异步表格树子项排序问题(I6G2YL)
parent
995eb76c0f
commit
99554659f0
|
@ -766,6 +766,7 @@
|
|||
}
|
||||
// 添加数据刷新表格
|
||||
target.appendData = function(data) {
|
||||
data.reverse()
|
||||
// 下边的操作主要是为了查询时让一些没有根节点的节点显示
|
||||
$.each(data, function(i, item) {
|
||||
if (options.pagination) {
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue