src/views/toCarryOutLegislativeReforms/reform/index.vue
@@ -376,6 +376,7 @@ cancel = c }), onDownloadProgress(progress) { console.log('onDownloadProgress', progress) const loaded = progress.loaded // progress对象中的loaded表示已经下载的数量,total表示总数量,这里计算出百分比 let downProgress = Math.round((loaded / totalSize) * 100) @@ -432,7 +433,12 @@ link.click() // 下载完成进行释放 url.revokeObjectURL(link.href) this.$message.success('下载完成!') this.$message({ showClose: true, duration: 0, message: '下载完成!', type: 'success' }) this.loading = false } },