Commit ae226928 authored by gaoyingwei's avatar gaoyingwei

修改导出字典数据

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