fuzui
2021-12-16 43d76e599091dc6b79b51f89c79514b50e33ea35
ruoyi-ui/src/api/system/dict/type.js
@@ -43,11 +43,18 @@
  })
}
// 导出字典类型
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'
  })
}
// 获取字典选择框列表
export function optionselect() {
  return request({
    url: '/system/dict/type/optionselect',
    method: 'get'
  })
}