diff --git a/test-track/frontend/src/business/case/components/TestCaseEdit.vue b/test-track/frontend/src/business/case/components/TestCaseEdit.vue index 3353c8d375..1d891dfd2d 100644 --- a/test-track/frontend/src/business/case/components/TestCaseEdit.vue +++ b/test-track/frontend/src/business/case/components/TestCaseEdit.vue @@ -679,6 +679,9 @@ export default { }, deep: true, }, + $route(to, from) { + this.$router.go(0); + } }, beforeDestroy() { this.removeListener();