lvhao 1 개월 전
부모
커밋
a763ec7d2b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      template/erp/whlabel_enter.html

+ 1 - 1
template/erp/whlabel_enter.html

@@ -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>