多媒体的置信度默认值bug更改;

音视频的任务调度bug更改;
批量配置生效去掉无效代码
This commit is contained in:
段冬梅
2019-03-19 15:11:34 +08:00
parent f309b8b79b
commit f284491963
4 changed files with 62 additions and 70 deletions

View File

@@ -18,7 +18,7 @@ $(function(){
if($("#oldAction").val()==1&&$(".action:checked").attr("id")!="actionOff"){
$(".level").removeClass("hidden");
$(".level").find("select[name='level']").find("option").eq(0).attr("value","");
$(".level").find("select[name='level']").val("100");
$(".level").find("select[name='level']").val("90");
$(".level").find("select[name='level']").selectpicker("refresh");
}else{
$(".level").addClass("hidden");
@@ -38,7 +38,7 @@ $(function(){
if($(".action:checked").val()==1){
$(".level").removeClass("hidden");
$(".level").find("select[name$='level']").find("option").eq(0).attr("value","");
$(".level").find("select[name$='level']").val("100");
$(".level").find("select[name$='level']").val("90");
$(".level").find("select[name$='level']").selectpicker("refresh");
}else{
$(".level").addClass("hidden");