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({