Commit e6d9b6f7 authored by YuY's avatar YuY

设备入库功能练习

parent 1b46f69c
......@@ -496,6 +496,9 @@ export default {
downloadElement.click() // 点击下载
document.body.removeChild(downloadElement) // 下载完成移除元素
window.URL.revokeObjectURL(href) // 释放掉blob对象
// 导入成功后关闭弹出框
this.importLoading = false
this.upload.open = 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