diff --git a/workstation/frontend/src/business/component/CaseTableList.vue b/workstation/frontend/src/business/component/CaseTableList.vue index 5dc0afc4a1..aed84429b9 100644 --- a/workstation/frontend/src/business/component/CaseTableList.vue +++ b/workstation/frontend/src/business/component/CaseTableList.vue @@ -658,7 +658,7 @@ export default { caseId: testCase.id, projectId: testCase.projectId }; - let path = '/track/' + query.projectId + '/case/edit/' + query.caseId; + let path = '/track/case/edit/' + query.caseId; delete query.projectId; delete query.caseId; let TestCaseData = this.$router.resolve({