From d1a13acf432f852408464885a6fc22ea9603aebe Mon Sep 17 00:00:00 2001 From: duandongmei Date: Thu, 25 Oct 2018 16:01:46 +0800 Subject: [PATCH] =?UTF-8?q?leveL=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E4=B8=BAlevel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/views/cfg/av/fileSampleForm.jsp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/webapp/WEB-INF/views/cfg/av/fileSampleForm.jsp b/src/main/webapp/WEB-INF/views/cfg/av/fileSampleForm.jsp index b9e147af0..cb2d8dbe8 100644 --- a/src/main/webapp/WEB-INF/views/cfg/av/fileSampleForm.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/av/fileSampleForm.jsp @@ -174,12 +174,12 @@ $(function(){ function hiddenlevel(){ var action=$("input[name='action']:checked").val(); if(action==16){ - $(".leveL").addClass("hidden"); + $(".level").addClass("hidden"); $("select[name='level']").find("option").eq(0).attr("value","0"); $("select[name='level']").val("0"); $("select[name='level']").selectpicker("refresh"); }else { - $(".leveL").removeClass("hidden"); + $(".level").removeClass("hidden"); $("select[name='level']").find("option").eq(0).attr("value",""); $("select[name='level']").val("100"); $("select[name='level']").selectpicker("refresh"); @@ -328,7 +328,7 @@ function sampleFileValidate(fileType,fileName){  " - class="fileNoteInfo" data-icon="" style="cursor:default"> + class="fileNoteInfo" data-icon="" style="cursor:default">
@@ -356,7 +356,7 @@ function sampleFileValidate(fileType,fileName){
--%> -
+