diff --git a/src/views/system/motionPrescriptionLibrary/index.vue b/src/views/system/motionPrescriptionLibrary/index.vue index 7f502e8..6782ed3 100644 --- a/src/views/system/motionPrescriptionLibrary/index.vue +++ b/src/views/system/motionPrescriptionLibrary/index.vue @@ -561,9 +561,9 @@ export default { }, //删除文件 handleFileremove(file, fileList) { - deletePrescriptionVideo(file.response.prescriptionVideoUrl).then(res => { - this.$modal.msgSuccess("删除视频成功"); - }); + // deletePrescriptionVideo(file.response.prescriptionVideoUrl).then(res => { + // this.$modal.msgSuccess("删除视频成功"); + // }); this.fileList = this.fileList.filter(e => e != file); }, // 文件上传成功处理