fix: 修复点击创建用例无反应的问题

This commit is contained in:
shiziyuan9527 2020-10-21 19:05:05 +08:00
parent 2d5982aac6
commit 815fada034
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@
}
let caseId = this.$route.params.caseId;
this.openRecentTestCaseEditDialog(caseId);
// this.$router.push('/track/case/all');
this.$router.push('/track/case/all');
} else if (route.params.projectId){
this.getProjects();
this.getProjectById(route.params.projectId);