admin用户管理页面增加查看单个用户提交的功能

This commit is contained in:
virusdefender
2016-05-30 16:46:13 +08:00
parent 383935c4d8
commit 634b572901
2 changed files with 3 additions and 2 deletions

View File

@@ -100,7 +100,7 @@ require(["jquery", "avalon", "csrfToken", "bsAlert", "pager", "validator"],
success: function (data) {
if (!data.code) {
bsAlert("编辑成功!");
getPage(1);
getPage(avalon.vmodels.userPager.currentPage);
vm.password = "";
vm.isEditing = false;
} else {