zouyu
2025-03-17 0600ab29100da647a5cd34c935c16f59b3e772e5
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({