Jimy vor 6 Jahren
Ursprung
Commit
57b8573870
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      resources/views/admin/sportsfoot/outcome.blade.php

+ 1 - 1
resources/views/admin/sportsfoot/outcome.blade.php

@@ -272,7 +272,7 @@
 		function addResult($match_id){
             var match_id = $match_id;//alert(match_id);
             document.getElementById("matchid").value=$match_id;//赋值个弹窗
-            $(":input").val(""); 
+            //$(":input").val(""); 
             $.ajax({
                 type: 'POST',
                 dataType: 'json',