From 0600ab29100da647a5cd34c935c16f59b3e772e5 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期一, 17 三月 2025 11:14:39 +0800
Subject: [PATCH] Merge branch 'dev' of http://114.132.189.42:9002/r/center-lims-before-ruoyi into dev

---
 src/api/system/dict/type.js |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/api/system/dict/type.js b/src/api/system/dict/type.js
index a0254ba..96b27a2 100644
--- a/src/api/system/dict/type.js
+++ b/src/api/system/dict/type.js
@@ -17,6 +17,14 @@
   })
 }
 
+// 鏍规嵁瀛楀吀鍚嶇О鏌ヨ瀛楀吀鏁版嵁
+export function selectDictDataByName(dictName) {
+  return request({
+    url: '/system/dict/type/selectDictDataByName/' + dictName,
+    method: 'get'
+  })
+}
+
 // 鏂板瀛楀吀绫诲瀷
 export function addType(data) {
   return request({

--
Gitblit v1.9.3