动态添加的页面元素手动绑定IP切换

This commit is contained in:
wangxin
2018-09-03 10:20:07 +08:00
parent 3e819d56bb
commit bcba4c785d

View File

@@ -37,6 +37,12 @@ var addContent = function(obj, contentClassName) {
index++;
});
//$(obj).addClass("hidden");
$("select[name$='ipType']").on("change",function(){
switchIpInfo(this);
});
$("select[name$='ipPattern']").on("change",function(){
switchIpInfo(this);
});
}
//业务窗口关闭