Browse Source

修复数据上报下载出错

Sanmu8 1 year ago
parent
commit
c99663fdf5
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/views/GATHER/index.vue

+ 0 - 1
src/views/GATHER/index.vue

@@ -635,7 +635,6 @@ export default {
           .split(";")[1]
           .split("filename=")[1];
         const fileName = decodeURIComponent(temp);
-        return console.log(fileName);
         const blob = new Blob([res.data]);
         saveAs(blob, fileName);
         this.getList();