|
@@ -89,7 +89,7 @@ $(".export_excel").on("click",function(){
|
|
}
|
|
}
|
|
})
|
|
})
|
|
str = str.substring(0,str.length-1);
|
|
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;
|
|
window.location.href = url;
|
|
})
|
|
})
|
|
</script>
|
|
</script>
|