RuoYi
2021-02-02 3c33fe21faac9f3ec5564d8dee656133fccf7c06
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 optionselect() {
  return request({