mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-11-09 10:54:46 +08:00
routine update
This commit is contained in:
@@ -40,7 +40,7 @@ $(function () {
|
||||
$.post("/CommonApplies/ExeCmd?id=" +$("#processId").val() +"&cmd=" +$(this).val() ,
|
||||
function (data) {
|
||||
if (data.Status) {
|
||||
BJUI.dialog('refresh', 'detailDlg');
|
||||
location.reload();
|
||||
}
|
||||
else {
|
||||
$(this).alertmsg('warn', data.Message);
|
||||
|
||||
Reference in New Issue
Block a user