mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-20 18:47:55 +08:00
fix css bugs
This commit is contained in:
@@ -39,9 +39,8 @@ $(function () {
|
||||
$(".btn-cmd")
|
||||
.on("click", function () { //执行命令
|
||||
$.post("/GoodsApplies/ExeCmd?id=" +$("#processId").val() +"&cmd=" +$(this).val() ,
|
||||
{ name: "John", time: "2pm" },
|
||||
function (data) {
|
||||
console.log("Data Loaded: " + data);
|
||||
BJUI.dialog('refresh', 'detailDlg');
|
||||
});
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user