fix:path upload
This commit is contained in:
parent
a6dc8dd00f
commit
f770fb6f0f
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ async function uploadProfile(code: string) {
|
|||
fileName: file.name,
|
||||
}));
|
||||
const res = await http.post(
|
||||
config.API.file("issueAttachments", "documents", code),
|
||||
config.API.file("issueAttachments", formData.system, code),
|
||||
{
|
||||
replace: false,
|
||||
fileList: fileName,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue