去除分页插件

This commit is contained in:
季圣华
2020-04-19 15:26:14 +08:00
parent 60234752f2
commit a4895d955a
15 changed files with 84 additions and 215 deletions

View File

@@ -563,7 +563,7 @@
var remark = $.trim($("#searchRemark").val());
$.ajax({
type: "get",
url: "/depot/getDepotList",
url: "/depot/list",
dataType: "json",
data: ({
search: JSON.stringify({

View File

@@ -488,7 +488,7 @@
var loginName = $.trim($("#searchLoginName").val());
$.ajax({
type: "get",
url: "/user/getUserList",
url: "/user/list",
dataType: "json",
data: ({
search: JSON.stringify({