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)