This commit is contained in:
曹辉 2023-04-07 11:15:05 +08:00
parent 2b58f1ceca
commit 3e8689fad4

View File

@ -561,9 +561,9 @@ export default {
}, },
// //
handleFileremove(file, fileList) { handleFileremove(file, fileList) {
deletePrescriptionVideo(file.response.prescriptionVideoUrl).then(res => { // deletePrescriptionVideo(file.response.prescriptionVideoUrl).then(res => {
this.$modal.msgSuccess("删除视频成功"); // this.$modal.msgSuccess("");
}); // });
this.fileList = this.fileList.filter(e => e != file); this.fileList = this.fileList.filter(e => e != file);
}, },
// //