Commit ae226928 authored by gaoyingwei's avatar gaoyingwei

修改导出字典数据

parent b9e98e50
......@@ -75,7 +75,7 @@ export function delData(dictCode) {
// 导出字典数据
export function exportData(query) {
return request({
url: '/system/dict/data/export/' + query.dictType,
url: '/system/dict/data/export',
method: 'get',
params: query,
responseType: 'blob'
......
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