diff --git a/app/admin/controller/Auth.php b/app/admin/controller/Auth.php index dbf3f57f0..2e0ea6cea 100644 --- a/app/admin/controller/Auth.php +++ b/app/admin/controller/Auth.php @@ -110,7 +110,7 @@ class Auth extends Controller $this->app->db->name('SystemAuthNode')->where($map)->delete(); $this->app->db->name('SystemAuthNode')->insertAll($data); sysoplog('系统权限管理', "配置系统权限[{$map['auth']}]授权成功"); - $this->success('权限授权修改成功!', 'javascript:history.back()'); + $this->success('访问权限修改成功!', 'javascript:history.back()'); } else { $this->title = '权限配置节点'; $this->_form($this->table, 'apply'); diff --git a/app/admin/view/auth/apply.html b/app/admin/view/auth/apply.html index e73a3fc7e..72232af32 100644 --- a/app/admin/view/auth/apply.html +++ b/app/admin/view/auth/apply.html @@ -34,11 +34,9 @@ }); return childrens; }; - this.getData = function (that, index) { - index = $.msg.loading(); + this.getData = function (that) { $.form.load('{:url("apply")}', {id: '{$vo.id}', action: 'get'}, 'post', function (ret) { - that.data = that.renderChildren(ret.data, 1); - return $.msg.close(index), that.showTree(), false; + return (that.data = that.renderChildren(ret.data, 1)), that.showTree(), false; }); }; this.showTree = function () {