Jimy 6 년 전
부모
커밋
a3830c8483
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      resources/views/admin/sportsfoot/outcome.blade.php

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

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