RuoYi
2020-08-01 43bc0ca39be664ffaeea6256a9f2160f5a8f7e40
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({