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