From 3b06623226d48ed90967aead95d6b194f00416b6 Mon Sep 17 00:00:00 2001 From: Anyon Date: Wed, 30 Aug 2017 10:09:39 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E4=BF=AE=E5=A4=8D$.form.lo?= =?UTF-8?q?ad=E5=A4=B1=E8=B4=A5=E6=97=B6=EF=BC=8Cloading=E6=9C=AA=E5=85=B3?= =?UTF-8?q?=E9=97=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/admin/plugs.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/admin/plugs.js b/static/admin/plugs.js index 4535c7ce1..a2240e358 100644 --- a/static/admin/plugs.js +++ b/static/admin/plugs.js @@ -137,13 +137,16 @@ define(['jquery'], function () { type: type || 'GET', url: $.menu.parseUri(url), data: data || {}, statusCode: { 404: function () { + $.msg.close(dialogIndex); $.msg.tips(self.errMsg.replace('{status}', 'E404 - ')); }, 500: function () { + $.msg.close(dialogIndex); $.msg.tips(self.errMsg.replace('{status}', 'E500 - ')); } }, error: function (XMLHttpRequest, textStatus, errorThrown) { + $.msg.close(dialogIndex); $.msg.tips(self.errMsg.replace('{status}', 'E' + textStatus + ' - ')); }, success: function (res) {