hcong
2024-11-15 18eee6f8818b864d1f8d8fb56298620921f909e4
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) => {