Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-platform
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
linweijiong
jinfa-platform
Commits
929dbeae
Commit
929dbeae
authored
Aug 23, 2021
by
alwayOnlie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
f057b1b1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
8 deletions
+13
-8
index.tsx
src/pages/contract/components/examine/index.tsx
+1
-0
index.tsx
src/pages/contract/manage/details/index.tsx
+12
-8
No files found.
src/pages/contract/components/examine/index.tsx
View file @
929dbeae
...
...
@@ -103,6 +103,7 @@ const Examine: React.FC<Iprops> = ({
ExamineFlag
:
false
,
code
:
1000
})
}
}).
finally
(()
=>
{
msg
();
...
...
src/pages/contract/manage/details/index.tsx
View file @
929dbeae
...
...
@@ -288,14 +288,18 @@ const Details = (props: any) => {
/* 提交审核的回调 */
const
getfetchData
=
(
data
)
=>
{
console
.
log
(
data
)
setIsModalVisible
(
data
.
ExamineFlag
)
if
(
data
.
code
===
1000
)
{
ref
.
current
.
reload
()
setTimeout
(()
=>
{
history
.
goBack
()
},
1000
)
}
// console.log(data,'2132131')
history
.
goBack
()
// return;
// setIsModalVisible(data.ExamineFlag)
// if (data.code === 1000) {
// ref.current.reload()
// setTimeout(() => {
// history.goBack()
// }, 500)
// } else {
// history.goBack()
// }
}
/* 提交表单 */
const
submitExamine
=
async
()
=>
{
...
...
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