From 6df81255db2149d25281ef325e22cf829fdaacf8 Mon Sep 17 00:00:00 2001 From: wangfushun <912933515@qq.com> Date: Mon, 27 Mar 2017 10:15:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E7=99=BB=E5=BD=95=EF=BC=8C=E4=B8=80=E7=9B=B4?= =?UTF-8?q?=E4=B8=8D=E6=B6=88=E5=A4=B1=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/src/main/webapp/resources/js/frontControllers.js | 1 + 1 file changed, 1 insertion(+) diff --git a/api/src/main/webapp/resources/js/frontControllers.js b/api/src/main/webapp/resources/js/frontControllers.js index ceea0c2..cd8d8dc 100644 --- a/api/src/main/webapp/resources/js/frontControllers.js +++ b/api/src/main/webapp/resources/js/frontControllers.js @@ -263,6 +263,7 @@ webModule.controller('interfaceDetailCtrl', function($rootScope,$scope, $http, $ $rootScope.error = isSuccess.replace('[ERROR]', ''); $rootScope.model = null; }else{ + $rootScope.error = null; $rootScope.model = result.data; $rootScope.model.fullUrl = $rootScope.model.moduleUrl + $rootScope.model.url; $rootScope.versions = result.others.versions; -- 1.9.5.msysgit.1