|
@@ -30,11 +30,11 @@ export default {
|
|
|
this.id = this.$route.query.extracurricularExercisesId
|
|
|
},
|
|
|
goBack () {
|
|
|
- this.$store.dispatch('delVisitedViews', this.$route)
|
|
|
- this.$router.push({ path: "/business/afterSchoolManager"});
|
|
|
+ this.$store.dispatch('delVisitedViews', this.$route)
|
|
|
+ this.$router.push({ path: "/business/workManager/afterSchoolManager"});
|
|
|
}
|
|
|
}
|
|
|
};
|
|
|
</script>
|
|
|
<style lang='scss' scoped>
|
|
|
-</style>
|
|
|
+</style>
|