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
2f56fc20
Commit
2f56fc20
authored
Oct 13, 2020
by
Bill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改时间搜索bug
parent
831229f8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
index.tsx
src/pages/content/advertisement/index.tsx
+2
-2
index.tsx
src/pages/content/infomation/index.tsx
+2
-2
No files found.
src/pages/content/advertisement/index.tsx
View file @
2f56fc20
...
...
@@ -65,8 +65,8 @@ const Advertisement = () => {
const
postData
=
{
title
:
title
||
''
,
status
:
status
!=
0
?
status
:
''
,
startTime
:
st
,
endTime
:
et
,
startTime
:
st
*
1000
,
endTime
:
et
*
1000
,
current
:
1
,
pageSize
:
10
,
...
params
,
...
...
src/pages/content/infomation/index.tsx
View file @
2f56fc20
...
...
@@ -96,8 +96,8 @@ const Infomation = () => {
title
:
title
,
status
:
status
!=
0
?
status
:
''
,
columnId
:
columnId
,
startTime
:
st
,
endTime
:
et
,
startTime
:
st
*
1000
,
endTime
:
et
*
1000
,
current
:
1
,
pageSize
:
10
,
...
params
,
...
...
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