Toggle navigation
Toggle navigation
This project
Loading...
Sign in
罗广聪
/
ProtectGod
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
罗广聪
2017-09-30 17:17:29 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d2eb86bc824adf367327383c09305d078f081957
d2eb86bc
1 parent
ea465a99
del
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/pages/Customer/edit.js
src/pages/Customer/edit.js
View file @
d2eb86b
...
...
@@ -112,7 +112,7 @@ export default class Edit extends Component {
delete
()
{
const
that
=
this
;
const
{
customer_id
}
=
this
.
state
;
const
{
state
,
goBack
}
=
this
.
props
.
navigation
;
const
{
state
,
goBack
}
=
this
.
props
.
navigation
;
post
(
`/test/insurance/contact/del/
${
customer_id
}
`
,
{},
...
...
Please
register
or
login
to post a comment