This commit is contained in:
fan 2020-12-30 15:30:38 +08:00
commit b8ec1f8d84

View File

@ -204,6 +204,7 @@ export default {
},
refreshRunPlanName(name) {
this.$refs.schedule.refreshRunPlanName(name);
this.$router.replace({ path: this.$route.path, query: { ...this.$route.query, planName: name }});
}
}
};