Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-admin
Project
Project
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
project
jinfa-admin
Commits
41683b97
Commit
41683b97
authored
Oct 09, 2020
by
Bill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改图片管理分页问题
parent
98ba6f58
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
index.tsx
src/pages/content/imagesManagement/index.tsx
+2
-2
index.tsx
src/pages/content/imagesManagement/schema/index.tsx
+1
-1
No files found.
src/pages/content/imagesManagement/index.tsx
View file @
41683b97
...
...
@@ -27,7 +27,7 @@ const ImagesManagement = () => {
useEffect
(()
=>
{
const
params
=
{
current
:
1
,
pageSize
:
1
pageSize
:
1
0
}
getTableDataSource
(
actions
,
params
,
getData
);
},
[])
...
...
@@ -43,7 +43,7 @@ const ImagesManagement = () => {
const
postData
=
{
name
:
title
||
''
,
current
:
1
,
pageSize
:
1
,
pageSize
:
1
0
,
...
params
,
}
getTableDataSource
(
actions
,
postData
,
getData
);
...
...
src/pages/content/imagesManagement/schema/index.tsx
View file @
41683b97
...
...
@@ -139,7 +139,7 @@ const schema = {
},
'x-component-props'
:
{
showQuickJumper
:
true
,
pageSize
:
1
,
pageSize
:
1
0
,
size
:
'small'
}
}
...
...
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