diff --git a/test-track/frontend/src/business/case/components/TestCaseEdit.vue b/test-track/frontend/src/business/case/components/TestCaseEdit.vue index eee003f513..69122b6cc5 100644 --- a/test-track/frontend/src/business/case/components/TestCaseEdit.vue +++ b/test-track/frontend/src/business/case/components/TestCaseEdit.vue @@ -1255,6 +1255,7 @@ export default { // 保存并创建 location.reload(); } else { + this.isLastedVersion = true; this.routerToEdit(response.data.id); } }