nickchange
2023-11-28 4f0503f056dc75a6ff61995465d3b86532b2640e
cloud-server-management/src/main/webapp/static/modular/system/tCompetition/tCompetitionUser.js
@@ -333,9 +333,7 @@
TCompetition.ouTCompetition = function () {
    var state=$("#state").val()
    var id=$("#id").val()
    var ajax = new $ax(Feng.ctxPath + "/tCompetition/export", function(data){
    });
    ajax.set("state",state);
    ajax.set("id",id);
    ajax.start();
    window.location.href=Feng.ctxPath + "/tCompetition/export?id="+id
        +"&state="+state
    ;
};