Commit a8612cc9 authored by shenyanpei's avatar shenyanpei

数据字典地址

parent d44256a2
import request from '@/utils/request'
// 获取所有数据字典类型
export function getDictType(data) {
return request({
url: '/dictmanage/getAllDictType',
method: 'get',
params: data
})
}
export function getByType(dictType) {
return request({
url: '/dictmanage/getDictByType/' + dictType,
method: 'get'
})
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment