mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-20 18:47:55 +08:00
check js bugs
This commit is contained in:
@@ -189,7 +189,6 @@ var editDlg = function () {
|
||||
show();
|
||||
$('#Id').val(ret.Id);
|
||||
$('#Account').val(ret.Account);
|
||||
$('#Password').val(ret.Password);
|
||||
$('#Name').val(ret.Name);
|
||||
$('#Sex').selectpicker('val', ret.Sex);
|
||||
$('#Status').selectpicker('val', ret.Status);
|
||||
@@ -208,7 +207,6 @@ var editDlg = function () {
|
||||
return;
|
||||
}
|
||||
list.reload();
|
||||
ztree.reload();
|
||||
}
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user