From 42ffc50bcd1891c480783e640c5d79d411fd76f5 Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Thu, 7 Mar 2019 23:07:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9BUG=EF=BC=9A=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E7=AE=A1=E7=90=86=E4=B8=8D=E8=83=BD=E5=AF=B9=E6=96=B0?= =?UTF-8?q?=E7=94=B3=E8=AF=B7=E7=94=A8=E6=88=B7=E8=BF=9B=E8=A1=8C=E6=93=8D?= =?UTF-8?q?=E4=BD=9C=20closed=20#ISXLG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/wwwroot/js/noti.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bootstrap.Admin/wwwroot/js/noti.js b/Bootstrap.Admin/wwwroot/js/noti.js index 461de608..385c0fbc 100644 --- a/Bootstrap.Admin/wwwroot/js/noti.js +++ b/Bootstrap.Admin/wwwroot/js/noti.js @@ -22,7 +22,7 @@ var id = $this.attr('data-id'); var result = $this.attr('data-result'); $.bc({ - id: id, url: apiUrl, method: "put", data: { Id: id, UserStatus: result }, title: result === "ApproveUser" ? "授权用户" : "拒绝用户", + url: apiUrl, method: "put", data: { Id: id, UserStatus: result }, title: result === "ApproveUser" ? "授权用户" : "拒绝用户", callback: function (result) { if (!result) return; $table.bootstrapTable('refresh');