Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -112,7 +112,7 @@ export default class Edit extends Component { | @@ -112,7 +112,7 @@ export default class Edit extends Component { | ||
| 112 | delete() { | 112 | delete() { |
| 113 | const that = this; | 113 | const that = this; |
| 114 | const { customer_id } = this.state; | 114 | const { customer_id } = this.state; |
| 115 | - const { state,goBack } = this.props.navigation; | 115 | + const { state,goBack } = this.props.navigation; |
| 116 | post( | 116 | post( |
| 117 | `/test/insurance/contact/del/${customer_id}`, | 117 | `/test/insurance/contact/del/${customer_id}`, |
| 118 | {}, | 118 | {}, |
-
Please register or login to post a comment