Skip to content

Commit

Permalink
fix: Delete refresh table
Browse files Browse the repository at this point in the history
  • Loading branch information
loadchange committed Nov 5, 2018
1 parent f462f46 commit 5cc9ca9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class ServiceList extends React.Component {
Message.error(res)
return
}
this.props.queryServiceList()
this.queryServiceList()
},
error: res => Message.error(res.responseText || res.statusText),
complete: () => this.closeLoading()
Expand Down

0 comments on commit 5cc9ca9

Please sign in to comment.