From db01bceab158251b846c5d6d43c1185172eb958d Mon Sep 17 00:00:00 2001
From: lxp <1928192722@qq.com>
Date: 星期二, 18 三月 2025 11:24:32 +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