diff --git a/frontend/src/business/components/track/case/TestCase.vue b/frontend/src/business/components/track/case/TestCase.vue index 89d4768853..2291fd5798 100644 --- a/frontend/src/business/components/track/case/TestCase.vue +++ b/frontend/src/business/components/track/case/TestCase.vue @@ -650,10 +650,6 @@ export default { if (!index) { this.type = "edit"; this.testCaseReadOnly = false; - if (!this.ignoreTreeNodes && testCase.label !== "redirect" && this.treeNodes.length < 1) { - this.$warning(this.$t('test_track.case.create_module_first')); - return; - } let hasEditPermission = hasPermission('PROJECT_TRACK_CASE:READ+EDIT'); this.$set(testCase, 'rowClickHasPermission', hasEditPermission); this.addTab({name: 'edit', testCaseInfo: testCase});