From 98fcf66143dd524f8803203d7eaaf70da73d8934 Mon Sep 17 00:00:00 2001 From: lq_avenue <704528201@qq.com> Date: Fri, 18 Nov 2016 09:41:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=AA=E4=BA=BA=E4=B8=AD?= =?UTF-8?q?=E5=BF=83=E6=8F=90=E7=A4=BA=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/Content/js/framework.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Bootstrap.Admin/Content/js/framework.js b/Bootstrap.Admin/Content/js/framework.js index 6f7cfa4f..76c7bb29 100644 --- a/Bootstrap.Admin/Content/js/framework.js +++ b/Bootstrap.Admin/Content/js/framework.js @@ -340,10 +340,10 @@ processData.call(this, { Id: groupId, callback: callback, method: "PUT", data: { type: "group", userIds: userIds } }); }; User.saveUserDisplayName = function (user, callback) { - processData.call(this, { Id: '', callback: callback, method: "PUT", data: user }); + processData.call(this, { Id: '', callback: callback, method: "PUT", data: user,title:"修改用户显示名称" }); }; User.changePassword = function (user) { - processData.call(this, { Id: '', method: "PUT", data: user }); + processData.call(this, { Id: '', method: "PUT", data: user, title: "修改密码" }); } // Groups