|
@@ -351,7 +351,7 @@ export default {
|
|
this.$message.success(title + "成功");
|
|
this.$message.success(title + "成功");
|
|
this.$store.dispatch('delVisitedViews', this.$route)
|
|
this.$store.dispatch('delVisitedViews', this.$route)
|
|
this.$router.push({
|
|
this.$router.push({
|
|
- path: "/insideSetting/entryActivities"
|
|
|
|
|
|
+ path: "/systemManager/sysBasics/entryActivities"
|
|
});
|
|
});
|
|
} else {
|
|
} else {
|
|
this.$message.error(res.msg);
|
|
this.$message.error(res.msg);
|
|
@@ -360,7 +360,7 @@ export default {
|
|
onCancel () {
|
|
onCancel () {
|
|
this.$store.dispatch('delVisitedViews', this.$route)
|
|
this.$store.dispatch('delVisitedViews', this.$route)
|
|
this.$router.push({
|
|
this.$router.push({
|
|
- path: "/insideSetting/entryActivities"
|
|
|
|
|
|
+ path: "/systemManager/sysBasics/entryActivities"
|
|
});
|
|
});
|
|
},
|
|
},
|
|
handleSuccess (res) {
|
|
handleSuccess (res) {
|