|
@@ -270,7 +270,9 @@
|
|
|
})
|
|
})
|
|
|
|
|
|
|
|
function addResult($match_id){
|
|
function addResult($match_id){
|
|
|
- $(" #myModal").val("");
|
|
|
|
|
|
|
+ $("#match_id > :input").each(function(i){
|
|
|
|
|
+ $(this).val('');
|
|
|
|
|
+ });
|
|
|
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;//赋值个弹窗
|
|
|
|
|
|