mirror of https://gitee.com/y_project/RuoYi.git
修复代码生成拖拽多次出现的排序不正确问题
parent
e1c855b091
commit
20db92ecf5
|
@ -289,6 +289,7 @@
|
|||
$(function() {
|
||||
var options = {
|
||||
url: prefix + "/column/list",
|
||||
sidePagination: "client",
|
||||
sortName: "sort",
|
||||
sortOrder: "desc",
|
||||
height: $(window).height() - 166,
|
||||
|
|
Loading…
Reference in New Issue