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