mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-04 10:00:11 +08:00
update 修改字段名
This commit is contained in:
@@ -291,7 +291,7 @@ export default {
|
||||
// 文件上传成功处理
|
||||
handleFileSuccess(response, file, fileList) {
|
||||
this.upload.isUploading = false;
|
||||
this.form.filePath = response.url;
|
||||
this.form.filePath = response.fileName;
|
||||
this.msgSuccess(response.msg);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user