fix: 修复点击创建用例无反应的问题
This commit is contained in:
parent
2d5982aac6
commit
815fada034
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue