Commit b97591de authored by lixin's avatar lixin

课程保存成功返回课程列表界面

parent 36b33c94
...@@ -995,6 +995,7 @@ export default { ...@@ -995,6 +995,7 @@ export default {
saveCourse(course).then((res) => { saveCourse(course).then((res) => {
if (res.resp_code === 200) { if (res.resp_code === 200) {
this.$message.success("课程保存成功"); this.$message.success("课程保存成功");
this.$router.push("/edu/biz/course/index");
} else { } else {
this.$message.info(res.resp_msg); this.$message.info(res.resp_msg);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment