opt: 字典增加缓存
This commit is contained in:
@@ -49,4 +49,12 @@ export function edit(data) {
|
||||
})
|
||||
}
|
||||
|
||||
export default { get, add, edit, del, getDictMap }
|
||||
export function getDictDetails(data) {
|
||||
return request({
|
||||
url: 'api/dict/dictDetail/post',
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
export default { get, add, edit, del, getDictMap, getDictDetails }
|
||||
|
||||
Reference in New Issue
Block a user