补充提交,选中IP域

This commit is contained in:
zhangwenqing
2019-03-29 15:36:54 +08:00
parent 91d93e7840
commit e4cf2aa1b4

View File

@@ -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();