From 12498ee25864756c16640ea8add9546ae7516a60 Mon Sep 17 00:00:00 2001 From: zengwh <81383286@qq.com> Date: Thu, 4 Jun 2020 10:12:33 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=AE=9A=E4=B9=89=E6=A8=A1=E6=9D=BF?= =?UTF-8?q?=E8=84=9A=E6=9C=AC=E6=96=87=E4=BB=B6=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../static/js/recordManage/templateSearch/templateList1.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/static/js/recordManage/templateSearch/templateList1.js b/src/main/webapp/static/js/recordManage/templateSearch/templateList1.js index 0363528..8026003 100644 --- a/src/main/webapp/static/js/recordManage/templateSearch/templateList1.js +++ b/src/main/webapp/static/js/recordManage/templateSearch/templateList1.js @@ -26,13 +26,15 @@ $("#columnType").change(function(){ $("#block").empty(); if($(this).val() == 4){ $(this).prop('name',''); - var html = '' - + '
' + var html = '' + + '
' + '' + '
'; $("#block").append(html); + $("#block").show(); }else{ $(this).prop('name','columnType'); + $("#block").hide(); } }) //保存