mirror of
https://gitee.com/y_project/RuoYi-Vue.git
synced 2026-04-12 00:00:18 +08:00
若依 1.1
This commit is contained in:
@@ -49,4 +49,13 @@ export function delData(dictCode) {
|
||||
url: '/system/dict/data/' + dictCode,
|
||||
method: 'delete'
|
||||
})
|
||||
}
|
||||
|
||||
// 导出字典数据
|
||||
export function exportData(query) {
|
||||
return request({
|
||||
url: '/system/dict/data/export',
|
||||
method: 'get',
|
||||
params: query
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user