Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
warehouse
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
胡懿
warehouse
Commits
3a177f3c
Commit
3a177f3c
authored
Jun 09, 2023
by
yyq1988
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化表格查询显示问题
parent
8fcd8aa7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
gridselect.jsp
src/main/webapp/webpage/modules/common/gridselect.jsp
+8
-0
No files found.
src/main/webapp/webpage/modules/common/gridselect.jsp
View file @
3a177f3c
...
@@ -29,6 +29,14 @@ $(document).ready(function() {
...
@@ -29,6 +29,14 @@ $(document).ready(function() {
pageList
:
[
10
,
25
,
50
,
'ALL'
],
pageList
:
[
10
,
25
,
50
,
'ALL'
],
//这个接口需要处理bootstrap table传递的固定参数,并返回特定格式的json数据
//这个接口需要处理bootstrap table传递的固定参数,并返回特定格式的json数据
url
:
jp
.
unescapeHTML
(
"${url}"
),
url
:
jp
.
unescapeHTML
(
"${url}"
),
responseHandler
:
function
(
res
){
if
(
res
.
rows
){
res
.
rows
=
res
.
rows
.
filter
(
function
(
item
){
return
item
!==
null
&&
typeof
item
!==
"undefined"
&&
item
!==
""
;
})
}
return
res
;
},
//默认值为 'limit',传给服务端的参数为:limit, offset, search, sort, order Else
//默认值为 'limit',传给服务端的参数为:limit, offset, search, sort, order Else
//queryParamsType:'',
//queryParamsType:'',
////查询参数,每次调用是会带上这个参数,可自定义
////查询参数,每次调用是会带上这个参数,可自定义
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment