Commit f173031c authored by d.arizona's avatar d.arizona

lg

parent e04ecf45
......@@ -986,7 +986,8 @@ export default class CorporateAnnualTarget extends Component {
marginLeft: 5
}}
onClick={() => {
this.setState({ loading: true }, () => handleDelete(tableMeta.rowIndex))
this.setState({ loading: true })
handleDelete(tableMeta.rowIndex)
}}
>
<img src={Images.delete} />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment