Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
web-project
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
紫光云
web-project
Commits
558b97bf
Commit
558b97bf
authored
Jul 08, 2024
by
高滢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(招标管理招标计划): 详情页删除逻辑
parent
19fa7771
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
annex.ts
src/api/project/annex.ts
+0
-1
index.vue
src/views/project/index.vue
+1
-1
No files found.
src/api/project/annex.ts
View file @
558b97bf
...
@@ -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
},
...
...
src/views/project/index.vue
View file @
558b97bf
...
@@ -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'
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment