lxp
2025-03-18 db01bceab158251b846c5d6d43c1185172eb958d
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({