修改新版上传组件,保存路径问题

This commit is contained in:
zhangdaiscott
2020-02-25 20:45:53 +08:00
parent 2b3e157d88
commit 4c0c0945a1
2 changed files with 12 additions and 4 deletions

View File

@ -221,7 +221,7 @@
}).map((file) => {
var fileJson = {
fileName:file.name,
filePath:file.url,
filePath:file.response.message,
fileSize:file.size
};
this.newFileList.push(fileJson);