jingfeng
2020-07-21 3a400df7072f1890c1b16b0a4cb181f609f5efe7
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({