update 修改字段名

This commit is contained in:
2023-06-28 16:18:21 +08:00
parent b4b7f25193
commit aab44fbb62
6 changed files with 24 additions and 21 deletions

View File

@@ -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);
}
}