wuwen vor 4 Jahren
Ursprung
Commit
2c1a3d9298
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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>