wuwen 4 년 전
부모
커밋
2c1a3d9298
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/main/resources/templates/sys/fx/merchantBalanceOldList.html

+ 2 - 2
src/main/resources/templates/sys/fx/merchantBalanceOldList.html

@@ -132,9 +132,9 @@ $(function(){
 
 
 $("#button").on('click',function(){
-	document.getElementById("seachform").action = "[[${sysUrl}]]/sys/fx/exportMerchantCapOldList";
+	document.getElementById("seachform").action = "[[${sysUrl}]]/sys/fx/exportMerchantBalanceOldList";
 	$("#seachform").submit();
-	document.getElementById("seachform").action = "[[${sysUrl}]]/sys/fx/merchantCapOldList.html";
+	document.getElementById("seachform").action = "[[${sysUrl}]]/sys/fx/merchantBalanceOldList.html";
 });
 </script>