日期:2014-05-17 浏览次数:20412 次
type: "get",
url: encodeURI("../ashx/列表.ashx"),
data: { "action": "查看指令列表", "page": page, "flag": flag, "px": px, "cid": num },
cache: false,
dataType: "json",
beforeSend: function () {
$("#e,#f").show();
},
complete: function () {
$("#e,#f").hide();
},
success: function (data) {
if (data.msg == "0") {
alert(data.msgbox);
}
else if (data.msg == "2") {
$("#pd").empty();
$(".fenye").empty();
$(".fenye").html(data.msgbox);
}
else {
$("#pd").empty();