Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
AppTag
Project
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
dataplatform
AppTag
Commits
70ae19d3
Commit
70ae19d3
authored
Nov 14, 2018
by
wangjf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
51c53fba
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
list.js
src/main/resources/static/js/appjs/result/list.js
+1
-1
list.js
src/main/resources/static/js/appjs/tag/list.js
+1
-1
list.js
src/main/resources/static/js/appjs/user/list.js
+1
-1
No files found.
src/main/resources/static/js/appjs/result/list.js
View file @
70ae19d3
...
...
@@ -17,7 +17,7 @@ function load() {
toolbar
:
"#exampleToolbar"
,
// contentType : "application/x-www-form-urlencoded",
// //发送到服务器的数据编码类型
pageSize
:
1
,
// 如果设置了分页,每页数据条数
pageSize
:
1
0
,
// 如果设置了分页,每页数据条数
pageNumber
:
1
,
// 如果设置了分布,首页页码
// search: true, // 是否显示搜索框
showColumns
:
true
,
// 是否显示内容下拉框(选择显示的列)
...
...
src/main/resources/static/js/appjs/tag/list.js
View file @
70ae19d3
...
...
@@ -17,7 +17,7 @@ function load() {
toolbar
:
"#exampleToolbar"
,
// contentType : "application/x-www-form-urlencoded",
// //发送到服务器的数据编码类型
pageSize
:
1
,
// 如果设置了分页,每页数据条数
pageSize
:
1
0
,
// 如果设置了分页,每页数据条数
pageNumber
:
1
,
// 如果设置了分布,首页页码
// search: true, // 是否显示搜索框
showColumns
:
true
,
// 是否显示内容下拉框(选择显示的列)
...
...
src/main/resources/static/js/appjs/user/list.js
View file @
70ae19d3
...
...
@@ -17,7 +17,7 @@ function load() {
toolbar
:
"#exampleToolbar"
,
// contentType : "application/x-www-form-urlencoded",
// //发送到服务器的数据编码类型
pageSize
:
1
,
// 如果设置了分页,每页数据条数
pageSize
:
1
0
,
// 如果设置了分页,每页数据条数
pageNumber
:
1
,
// 如果设置了分布,首页页码
// search: true, // 是否显示搜索框
showColumns
:
true
,
// 是否显示内容下拉框(选择显示的列)
...
...
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