Commit 558b97bf authored by 高滢's avatar 高滢

feat(招标管理招标计划): 详情页删除逻辑

parent 19fa7771
...@@ -10,7 +10,6 @@ export const annexDownload = (params?: any) => ...@@ -10,7 +10,6 @@ export const annexDownload = (params?: any) =>
{ {
url: Api.download, url: Api.download,
data: params, data: params,
'Content-Type': 'application/form-data;charset=UTF-8',
responseType: 'blob', responseType: 'blob',
}, },
{ errorMessageMode: 'none', isTransformResponse: false }, { errorMessageMode: 'none', isTransformResponse: false },
......
...@@ -200,7 +200,7 @@ ...@@ -200,7 +200,7 @@
const fileList = [...info.fileList]; const fileList = [...info.fileList];
this.fileList = fileList.slice(-1); this.fileList = fileList.slice(-1);
if (info.file.status === 'uploading') { if (info.file.status === 'uploading') {
createMessage.error("导入失败") // createMessage.error("导入失败")
return; return;
} }
if (info.file.status === 'done') { if (info.file.status === 'done') {
......
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