src/api/fysp/dataproductApi.js
@@ -8,7 +8,7 @@
  downloadProduct(area, type, forceUpdate) {
    return $fysp
      .post(`dataProduct/download?`, area, {
        responseType: 'arraybuffer',
        responseType: 'blob',
        params: { type, forceUpdate }
      })
      .then((res) => {