diff --git a/frontend/src/business/components/api/automation/scenario/component/ApiComponent.vue b/frontend/src/business/components/api/automation/scenario/component/ApiComponent.vue index 29047e7b17..f92265f499 100644 --- a/frontend/src/business/components/api/automation/scenario/component/ApiComponent.vue +++ b/frontend/src/business/components/api/automation/scenario/component/ApiComponent.vue @@ -483,7 +483,6 @@ export default { this.isShowNum = true; } this.request.id = response.data.id; - this.request.disabled = true; this.request.root = true; this.request.projectId = response.data.projectId; let req = JSON.parse(response.data.request); @@ -493,8 +492,6 @@ export default { } this.reload(); this.sort(); - } else { - this.request.referenced = "Deleted"; } }) } @@ -526,7 +523,6 @@ export default { this.isShowNum = true; } this.request.id = response.data.id; - this.request.disabled = true; this.request.root = true; this.request.projectId = response.data.projectId; let req = JSON.parse(response.data.request); @@ -536,8 +532,6 @@ export default { } this.reload(); this.sort(); - } else { - this.request.referenced = "Deleted"; } }) }