$.post("/HUser.ashx?Action=SetAuthority"
                    , "code=" + code + "&id=" + Id
                    , function (data, textStatus, jqXHR) {
                        DWZ.ajaxDone(data);
                        $.pdialog.closeCurrent();
                    }
                    , "json");

  

相关文章:

  • 2021-12-17
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-08-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案