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