fix: 上传接口变更

This commit is contained in:
TsMask
2025-02-26 11:12:06 +08:00
parent 7429a55734
commit 5a61fc355e
13 changed files with 47 additions and 26 deletions

View File

@@ -683,7 +683,7 @@ function fnModalUploadImportUpload(file: File) {
uploadFile(formData)
.then(res => {
if (res.code === RESULT_CODE_SUCCESS) {
return res.data.fileName;
return res.data.filePath;
} else {
uploadImportState.msg = res.msg;
uploadImportState.loading = false;