This commit is contained in:
BOOL\25024
2024-11-22 09:50:04 +08:00
parent 3cd5bb3201
commit 3e0638e337

View File

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