修改
This commit is contained in:
parent
2b58f1ceca
commit
3e8689fad4
@ -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);
|
||||||
},
|
},
|
||||||
// 文件上传成功处理
|
// 文件上传成功处理
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user