修改获取来函调用的方法,IP类配置加入非空验证

This commit is contained in:
wangxin
2018-03-06 19:00:08 +08:00
parent b21c159fdd
commit 9e32bbdb23
8 changed files with 64 additions and 32 deletions

View File

@@ -61,7 +61,7 @@
<label class="control-label col-md-3">表达式类型</label>
<div class="col-md-8">
<label class="radio-inline">
<input type="radio" name="exprType " value="1"
<input type="radio" name="exprType" value="1"
<c:if test="${_cfg.exprType==1}">checked</c:if>
>与表达式
</label>