Commit a954dfc7 authored by YLKCNK's avatar YLKCNK

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

parent acf0aa86
......@@ -52,7 +52,7 @@ export function importExcel(data) {
})
}
// 下载文件
// 下载错误文件
export function uploadFalseFile(params) {
params = Qs.stringify(params)
return request({
......
This diff is collapsed.
......@@ -840,6 +840,7 @@ export default {
downloadElement.click()// 点击下载
document.body.removeChild(downloadElement)// 下载完成移除元素
window.URL.revokeObjectURL(href)// 释放掉blob对象
// this.download(response.msg);
})
})
},
......
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