From 1744d488893ac0e229aae40cd3e4ee03ca3ecc5b Mon Sep 17 00:00:00 2001
From: wangxiaoshuang <825034831@qq.com>
Date: Tue, 4 Jun 2024 14:21:54 +0800
Subject: [PATCH] =?UTF-8?q?=E7=A8=BD=E6=9F=A5=E9=85=8D=E7=BD=AE=E7=9B=B8?=
=?UTF-8?q?=E5=85=B3=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/dictionary/checkConfig.js | 8 ++++
src/views/dictionary/checkConfig/index.vue | 53 ++++++++++++++++++++--
2 files changed, 56 insertions(+), 5 deletions(-)
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 @@