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

pull/238/head
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',
height: undefined,
sidePagination: "server",
sortName: "",
sortName: undefined,
sortOrder: "asc",
pagination: true,
paginationLoop: false,