Commit 524d1990 authored by YLKCNK's avatar YLKCNK

出库信息验证、跳转保留数据

parent a954dfc7
...@@ -512,6 +512,8 @@ export default { ...@@ -512,6 +512,8 @@ export default {
downloadElement.click() // 点击下载 downloadElement.click() // 点击下载
document.body.removeChild(downloadElement) // 下载完成移除元素 document.body.removeChild(downloadElement) // 下载完成移除元素
window.URL.revokeObjectURL(href) // 释放掉blob对象 window.URL.revokeObjectURL(href) // 释放掉blob对象
this.importLoading = false
this.upload.open = false
}) })
} }
this.importLoading = false this.importLoading = false
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment