(1)app策略form表单补充isHexbin,exprType,matchMethod
(2)基础协议修复下发时表达式类型为1
This commit is contained in:
@@ -187,6 +187,9 @@ var delContent = function(contentClassName, addBtnClassName) {
|
|||||||
<input type="hidden" name="compileId" value="${_cfg.compileId}">
|
<input type="hidden" name="compileId" value="${_cfg.compileId}">
|
||||||
<input type="hidden" name="functionId" value="${_cfg.functionId}">
|
<input type="hidden" name="functionId" value="${_cfg.functionId}">
|
||||||
<input type="hidden" id="serviceId" name="serviceId" value="${_cfg.serviceId}">
|
<input type="hidden" id="serviceId" name="serviceId" value="${_cfg.serviceId}">
|
||||||
|
<input type="hidden" id="exprType" name="exprType" value="0">
|
||||||
|
<input type="hidden" id="matchMethod" name="matchMethod" value="0">
|
||||||
|
<input type="hidden" id="isHexbin" name="isHexbin" value="0">
|
||||||
|
|
||||||
<div class="form-body">
|
<div class="form-body">
|
||||||
<!-- desc and action -->
|
<!-- desc and action -->
|
||||||
|
|||||||
@@ -94,10 +94,10 @@ $(function(){
|
|||||||
$(".disabled").each(function(){
|
$(".disabled").each(function(){
|
||||||
$(this).remove();
|
$(this).remove();
|
||||||
});
|
});
|
||||||
$("input[name$='exprType']").attr("disabled",false);
|
$("input[name='exprType']").attr("disabled",false);
|
||||||
if($("[name='behavCode']")&&$("[name='behavCode']").val()!=""){
|
//if($("[name='behavCode']")&&$("[name='behavCode']").val()!=""){
|
||||||
$("input[name$='exprType']").val(1);
|
// $("input[name='exprType']").val(1);
|
||||||
}
|
//}
|
||||||
if($("input[name='ratelimit']").is(":hidden")){
|
if($("input[name='ratelimit']").is(":hidden")){
|
||||||
$("input[name='ratelimit']").val("");
|
$("input[name='ratelimit']").val("");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user