From e3bb92ae13f73aa760143a968c872add850ebdfc Mon Sep 17 00:00:00 2001 From: zwjamnsss Date: Mon, 25 Sep 2017 16:07:44 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=A0=E9=99=A4=E5=8F=96=E6=B6=88=20l?= =?UTF-8?q?oading?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../containers/Project/Interface/InterfaceList/InterfaceMenu.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/containers/Project/Interface/InterfaceList/InterfaceMenu.js b/client/containers/Project/Interface/InterfaceList/InterfaceMenu.js index af601438..cf665639 100755 --- a/client/containers/Project/Interface/InterfaceList/InterfaceMenu.js +++ b/client/containers/Project/Interface/InterfaceList/InterfaceMenu.js @@ -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() } });