mirror of
https://github.com/YMFE/yapi.git
synced 2025-01-06 12:45:22 +08:00
fix: 删除取消 loading
This commit is contained in:
parent
ec82b21082
commit
e3bb92ae13
@ -189,7 +189,7 @@ class InterfaceMenu extends Component {
|
|||||||
that.props.history.push('/project/' + that.props.match.params.id + '/interface/api')
|
that.props.history.push('/project/' + that.props.match.params.id + '/interface/api')
|
||||||
|
|
||||||
},
|
},
|
||||||
async onCancel() {
|
onCancel() {
|
||||||
ref.destroy()
|
ref.destroy()
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user