From f01be03fa8e00ccf03ba4e6dab555ded64af869a Mon Sep 17 00:00:00 2001 From: "wenbo.dong" Date: Wed, 27 Sep 2017 21:30:03 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=A6=BB=E5=BC=80=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=97=B6=E7=9A=84=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Project/Interface/InterfaceList/InterfaceContent.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/containers/Project/Interface/InterfaceList/InterfaceContent.js b/client/containers/Project/Interface/InterfaceList/InterfaceContent.js index 2f008ca0..c44caa51 100755 --- a/client/containers/Project/Interface/InterfaceList/InterfaceContent.js +++ b/client/containers/Project/Interface/InterfaceList/InterfaceContent.js @@ -45,7 +45,7 @@ class Content extends Component { const params = this.props.match.params; this.actionId = params.actionId; this.handleRequest(this.props); - window.confirm = () => {}; + // window.confirm = () => {}; } componentWillReceiveProps(nextProps) {