fix: 上传接口变更
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user