zouyu
2025-03-18 bc44c8e3c9d85691ce3fa73ef1300a6fae46e365
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({