diff --git a/src/api/dictionary/checkConfig.js b/src/api/dictionary/checkConfig.js
index af74b938..771ca57e 100644
--- a/src/api/dictionary/checkConfig.js
+++ b/src/api/dictionary/checkConfig.js
@@ -76,3 +76,11 @@ export function fullyReplicated(param) {
})
}
+// 获取所有字典key
+export function getDictionaryCodeList() {
+ return request({
+ url: `/Dictionary/getAllDictionaryKey`,
+ method: 'post',
+ })
+}
+
diff --git a/src/views/dictionary/checkConfig/index.vue b/src/views/dictionary/checkConfig/index.vue
index 03ad0ce1..0b6d8a1c 100644
--- a/src/views/dictionary/checkConfig/index.vue
+++ b/src/views/dictionary/checkConfig/index.vue
@@ -513,12 +513,27 @@
-
+
+
-
+
+
+
+
+
@@ -696,7 +711,7 @@