fix: delete video 错误
This commit is contained in:
parent
9f1286c8b6
commit
b928df5e70
|
@ -375,8 +375,8 @@ export default {
|
|||
type: "error",
|
||||
})
|
||||
.then(async () => {
|
||||
await deleteCourse(scope.row.id);
|
||||
this.getCourseList();
|
||||
await deleteVideo(scope.row.id);
|
||||
this.getVideoList();
|
||||
this.$message.success("成功删除");
|
||||
})
|
||||
.catch((err) => {
|
||||
|
|
Loading…
Reference in New Issue