Sxile
2020-06-19 6eda1dee45993c33adfcb6099e9ee167a84a6c1d
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({