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
da2590cb
Commit
da2590cb
authored
Jun 09, 2023
by
胡懿
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of 47.92.228.5:huyi/warehouse into hy
parents
c4fcd9b4
3a177f3c
Hide 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 @
da2590cb
...
...
@@ -29,6 +29,14 @@ $(document).ready(function() {
pageList
:
[
10
,
25
,
50
,
'ALL'
],
//这个接口需要处理bootstrap table传递的固定参数,并返回特定格式的json数据
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
//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