尹志芳
2023-04-09 1067567f1c7b5a4a809e5e5478323bf983b9136b
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'
  })
}