소스 검색

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

RuoYi 3 년 전
부모
커밋
20db92ecf5
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      ruoyi-generator/src/main/resources/templates/tool/gen/edit.html

+ 1 - 0
ruoyi-generator/src/main/resources/templates/tool/gen/edit.html

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