Showing
1 changed file
with
1 additions
and
0 deletions
@@ -15200,6 +15200,7 @@ webpackJsonp([47],{ | @@ -15200,6 +15200,7 @@ webpackJsonp([47],{ | ||
15200 | $(":radio[name=linkExistFlag]").each(function(){ | 15200 | $(":radio[name=linkExistFlag]").each(function(){ |
15201 | if(linkExistFlag == $(this).val()){ | 15201 | if(linkExistFlag == $(this).val()){ |
15202 | $(this).prop("checked",true); | 15202 | $(this).prop("checked",true); |
15203 | + $("#linkExistFlag").val(linkExistFlag); | ||
15203 | } | 15204 | } |
15204 | }); | 15205 | }); |
15205 | 15206 |
-
Please register or login to post a comment