Merge branch 'master' of https://e.coding.net/ctcdevteam/examtest
This commit is contained in:
commit
34dea64d3d
|
@ -375,8 +375,8 @@ export default {
|
||||||
type: "error",
|
type: "error",
|
||||||
})
|
})
|
||||||
.then(async () => {
|
.then(async () => {
|
||||||
await deleteCourse(scope.row.id);
|
await deleteVideo(scope.row.id);
|
||||||
this.getCourseList();
|
this.getVideoList();
|
||||||
this.$message.success("成功删除");
|
this.$message.success("成功删除");
|
||||||
})
|
})
|
||||||
.catch((err) => {
|
.catch((err) => {
|
||||||
|
|
Loading…
Reference in New Issue