修改表格初始参数sortName默认值为undefined

master
RuoYi 2020-12-12 11:40:43 +08:00
parent 5ac8aea155
commit f0e4e1a1a6
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ var table = {
method: 'post', method: 'post',
height: undefined, height: undefined,
sidePagination: "server", sidePagination: "server",
sortName: "", sortName: undefined,
sortOrder: "asc", sortOrder: "asc",
pagination: true, pagination: true,
paginationLoop: false, paginationLoop: false,