diff --git a/jero-web/src/api/api.js b/jero-web/src/api/api.js index 6e56e73d2..b6336bbfc 100644 --- a/jero-web/src/api/api.js +++ b/jero-web/src/api/api.js @@ -66,6 +66,7 @@ const editDictItem = (params)=>putAction("/sys/dictItem/edit",params); //字典标签专用(通过code获取字典数组) export const ajaxGetDictItems = (code, params)=>getAction(`/sys/dict/getDictItems/${code}`,params); +export const getDutyTerritoryDictItems = (code, params)=>getAction(`/sys/dict/getDutyTerritoryDictItems/${code}`,params); //从缓存中获取字典配置 function getDictItemsFromCache(dictCode) { if (Vue.ls.get(UI_CACHE_DB_DICT_DATA) && Vue.ls.get(UI_CACHE_DB_DICT_DATA)[dictCode]) { diff --git a/jero-web/src/components/dict/JDictSelectTag.vue b/jero-web/src/components/dict/JDictSelectTag.vue index b73e30232..4386292d3 100644 --- a/jero-web/src/components/dict/JDictSelectTag.vue +++ b/jero-web/src/components/dict/JDictSelectTag.vue @@ -25,7 +25,7 @@