疯狂的狮子li
2021-12-16 d2c6e27d07a139b624df7fe2ee62a9fc1d6377e7
ruoyi-ui/src/api/system/dict/type.js
@@ -43,12 +43,11 @@
  })
}
// 导出字典类型
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'
  })
}
@@ -58,4 +57,4 @@
    url: '/system/dict/type/optionselect',
    method: 'get'
  })
}
}