RuoYi
2020-08-10 74f52677be7718d63eef89e01c367058a2e43e57
ruoyi-ui/src/api/system/dict/type.js
@@ -43,6 +43,14 @@
  })
}
// 清理参数缓存
export function clearCache() {
  return request({
    url: '/system/dict/type/clearCache',
    method: 'delete'
  })
}
// 导出字典类型
export function exportType(query) {
  return request({