RuoYi
2022-02-12 b7b4364db20e1f40f7b3ba5b42fe73c8e2f0dc7d
ruoyi-ui/src/api/system/dict/data.js
@@ -20,7 +20,7 @@
// 根据字典类型查询字典数据信息
export function getDicts(dictType) {
  return request({
    url: '/system/dict/data/dictType/' + dictType,
    url: '/system/dict/data/type/' + dictType,
    method: 'get'
  })
}
@@ -50,12 +50,3 @@
    method: 'delete'
  })
}
// 导出字典数据
export function exportData(query) {
  return request({
    url: '/system/dict/data/export',
    method: 'get',
    params: query
  })
}