44323
2023-11-24 eb4168a55e5cbfc04fe4e2b6c99d8a232f85ad2e
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
    ;
};