Commit 14bc854e by fsn

修复用户详情框的bug

parent 483c7105
......@@ -150,8 +150,10 @@ UserInfoDlg.editSubmit = function () {
//提交信息
var ajax = new $ax(Feng.ctxPath + "/mgr/edit", function (data) {
Feng.success("修改成功!");
window.parent.MgrUser.table.refresh();
UserInfoDlg.close();
if(window.parent.MgrUser != undefined){
window.parent.MgrUser.table.refresh();
UserInfoDlg.close();
}
}, function (data) {
Feng.error("修改失败!" + data.responseJSON.message + "!");
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment