Jimy 6 years ago
parent
commit
57b8573870
1 changed files with 1 additions and 1 deletions
  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){
 		function addResult($match_id){
             var match_id = $match_id;//alert(match_id);
             var match_id = $match_id;//alert(match_id);
             document.getElementById("matchid").value=$match_id;//赋值个弹窗
             document.getElementById("matchid").value=$match_id;//赋值个弹窗
-            $(":input").val(""); 
+            //$(":input").val(""); 
             $.ajax({
             $.ajax({
                 type: 'POST',
                 type: 'POST',
                 dataType: 'json',
                 dataType: 'json',