@@ -303,9 +303,9 @@ export default {
this.$forceUpdate();
},
goTo(path,id) {
+ this.$router.push(path);
this.addOp3('1', "", { courseid: id,type: "course_open" }, "success")
- this.$router.push(path);
//获取专区下的课程
getZoneClass(zid) {