当用户选择行为类型的时候,表达式类型为与表达式
This commit is contained in:
@@ -50,6 +50,9 @@ $(function(){
|
|||||||
$(this).remove();
|
$(this).remove();
|
||||||
});
|
});
|
||||||
$("input[name$='exprType']").attr("disabled",false);
|
$("input[name$='exprType']").attr("disabled",false);
|
||||||
|
if($("[name='behavCode']")&&$("[name='behavCode']").val()!=""){
|
||||||
|
$("input[name$='exprType']").val(1);
|
||||||
|
}
|
||||||
/* $("#appCode").val($("#specServiceIdId").val()); */
|
/* $("#appCode").val($("#specServiceIdId").val()); */
|
||||||
loading('onloading...');
|
loading('onloading...');
|
||||||
form.submit();
|
form.submit();
|
||||||
|
|||||||
Reference in New Issue
Block a user