fix: 删除取消 loading

This commit is contained in:
zwjamnsss 2017-09-25 16:07:44 +08:00
parent ec82b21082
commit e3bb92ae13

View File

@ -189,7 +189,7 @@ class InterfaceMenu extends Component {
that.props.history.push('/project/' + that.props.match.params.id + '/interface/api')
},
async onCancel() {
onCancel() {
ref.destroy()
}
});