@ -87,3 +87,18 @@ export const getDictionary = (params) => {
params,
})
}
/**
* 业务字典请求
* @param code
* @returns {AxiosPromise}
*/
export const getDictionaryBiz = (code) => {
return request({
url: '/api/blade-system/dict-biz/dictionary',
method: 'get',
params: {
code
},