ludc
2025-01-16 5203081b68e3a8dc139d1807b2f8774e4a00a82a
Source/plt-web/plt-web-ui/src/api/system/fileCab/api.js
@@ -33,9 +33,9 @@
export const exportPvolumes = (params) => {
  return request({
    url: '/api/pvolumesController/exportPvolumes',
    method: 'POST',
    headers: {'Content-Type': 'application/json;charset=UTF-8'},
    method: 'get',
    headers: {'Content-Type': 'application/x-www-form-urlencoded;charset=UTF-8'},
    responseType: 'blob',
    data: params
    params
  })
}