RuoYi
2022-02-12 b7b4364db20e1f40f7b3ba5b42fe73c8e2f0dc7d
ruoyi-ui/src/api/system/dict/type.js
@@ -43,12 +43,11 @@
  })
}
// 导出字典类型
export function exportType(query) {
// 刷新字典缓存
export function refreshCache() {
  return request({
    url: '/system/dict/type/export',
    method: 'get',
    params: query
    url: '/system/dict/type/refreshCache',
    method: 'delete'
  })
}