补充提交,选中IP域
This commit is contained in:
@@ -72,6 +72,7 @@ function switchService(){
|
||||
var action = $("input[name='serviceDictId']:checked").attr("action");
|
||||
var label = $(".region").find("input[configservicetype='subscribe_id']").parents("label:first");
|
||||
if(action == 64){
|
||||
$("input[name='regionDictIds'][regiontype='1']").prop("checked",true);
|
||||
$(label).hide();
|
||||
}else{
|
||||
$(label).show();
|
||||
|
||||
Reference in New Issue
Block a user