hcong
2024-11-26 f87d3c33c8a0444e540a89f342e8dfbca5c61c61
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) => {