From f359d26fc6760f66bdbbf2ff34e60b261197f772 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E5=BC=BA=E5=BC=BA?= <787203167> Date: Mon, 17 Apr 2023 17:11:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=8D=A2=E8=B4=A3=E4=BB=BB=E9=A2=86?= =?UTF-8?q?=E5=9F=9F=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/api/api.js | 1 + .../src/components/dict/JDictSelectTag.vue | 24 +++++--- .../src/components/dict/JMultiSelectTag.vue | 22 +++++-- .../projectRegulationTasks/index.vue | 58 +++++++++---------- 4 files changed, 63 insertions(+), 42 deletions(-) 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 @@