案件归档缺少专管员区域修改

This commit is contained in:
Renpc-kilig 2024-10-21 16:07:13 +08:00
parent de668495f0
commit 781fa71e1f

View File

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