@@ -89,7 +89,7 @@ $(".export_excel").on("click",function(){
}
})
str = str.substring(0,str.length-1);
- var url = "/whlabelfz/whlabel_cprk_excel?"+$("#searchform").serialize();
+ var url = "/whlabelfz/whlabel_cprk_excel?"+str;
window.location.href = url;
</script>