wuwen 4 years ago
parent
commit
2c1a3d9298
1 changed files with 2 additions and 2 deletions
  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>