字典新增批量查询
This commit is contained in:
@@ -25,6 +25,15 @@ export function getDicts(dictType) {
|
||||
})
|
||||
}
|
||||
|
||||
// 根据多个字典类型查询字典数据信息
|
||||
export function getMoreDicts(dictType) {
|
||||
return request({
|
||||
url: '/system/dict/data/types',
|
||||
data: dictType ,
|
||||
method: 'post'
|
||||
})
|
||||
}
|
||||
|
||||
// 新增字典数据
|
||||
export function addData(data) {
|
||||
return request({
|
||||
@@ -58,4 +67,4 @@ export function exportData(query) {
|
||||
method: 'get',
|
||||
params: query
|
||||
})
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user