mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-11-09 10:54:46 +08:00
delete demo config in web.config
This commit is contained in:
@@ -38,8 +38,13 @@ $(function () {
|
||||
.on("click", function () { //执行命令
|
||||
$.post("/CommonApplies/ExeCmd?id=" +$("#processId").val() +"&cmd=" +$(this).val() ,
|
||||
function (data) {
|
||||
BJUI.dialog('refresh', 'detailDlg');
|
||||
});
|
||||
if (data.statusCode == "200") {
|
||||
BJUI.dialog('refresh', 'detailDlg');
|
||||
}
|
||||
else {
|
||||
$(this).alertmsg('warn', data.message);
|
||||
}
|
||||
},'json');
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user