@@ -82,6 +82,7 @@ export default{
link.click()
document.body.removeChild(link); //下载完成移除元素
window.URL.revokeObjectURL(url); //释放掉blob对象
+ this.handleCancel()
// dundun写的
// const blob = new Blob([res])
// const url = window.URL.createObjectURL(blob)