From 3e8689fad4d7f93fd48d069898850a2d6b430e9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E8=BE=89?= <814457906@qq.com> Date: Fri, 7 Apr 2023 11:15:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/motionPrescriptionLibrary/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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); }, // 文件上传成功处理