From 781fa71e1f7d75a86f7241ca30589d42a3cea179 Mon Sep 17 00:00:00 2001 From: Renpc-kilig <308442850@qq.com> Date: Mon, 21 Oct 2024 16:07:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A1=88=E4=BB=B6=E5=BD=92=E6=A1=A3=E7=BC=BA?= =?UTF-8?q?=E5=B0=91=E4=B8=93=E7=AE=A1=E5=91=98=E5=8C=BA=E5=9F=9F=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/static/route/reportcase/list_placeonfile.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/main/resources/static/route/reportcase/list_placeonfile.html b/src/main/resources/static/route/reportcase/list_placeonfile.html index 0a721e6..024b596 100755 --- a/src/main/resources/static/route/reportcase/list_placeonfile.html +++ b/src/main/resources/static/route/reportcase/list_placeonfile.html @@ -239,9 +239,7 @@ //初始化地区 function initArea(){ - top.restAjax.get('api/dict/listdict/9d179f05-3ea0-48f7-853c-d3b7124b791c', { - isHide: 0 - }, null, function(code, data) { + top.restAjax.get('api/dict/listdict/9d179f05-3ea0-48f7-853c-d3b7124b791c', {}, null, function(code, data) { laytpl(document.getElementById('areaSelectTemplate').innerHTML).render(data, function(html) { document.getElementById('areaSelectTemplateBox').innerHTML = html; });