mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
update
This commit is contained in:
@@ -302,6 +302,7 @@ export default {
|
||||
updateBy: null,
|
||||
delFlag: null,
|
||||
useRange: null,
|
||||
downloadUrl:null
|
||||
};
|
||||
this.resetForm("form");
|
||||
},
|
||||
@@ -405,9 +406,11 @@ export default {
|
||||
},
|
||||
// 文件上传成功处理
|
||||
handleFileSuccessBluetooth(response, file, fileList) {
|
||||
console.log(response);
|
||||
this.uploadBluetooth.isUploading = false;
|
||||
this.form.filePath = response.fileName;
|
||||
this.$modal.msgSuccess(response.msg);
|
||||
this.form.downloadUrl = response.url;
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user