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 ; };