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; });