修复代码生成拖拽多次出现的排序不正确问题

pull/380/MERGE
RuoYi 2022-05-31 09:46:51 +08:00
parent e1c855b091
commit 20db92ecf5
1 changed files with 1 additions and 0 deletions

View File

@ -289,6 +289,7 @@
$(function() {
var options = {
url: prefix + "/column/list",
sidePagination: "client",
sortName: "sort",
sortOrder: "desc",
height: $(window).height() - 166,