From bf028cab5845877519e8ae4c58b77a03ebc1625f Mon Sep 17 00:00:00 2001 From: guoyuqi Date: Wed, 24 Nov 2021 18:52:53 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=8E=A5=E5=8F=A3=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E5=8C=96):=20=E5=BC=95=E7=94=A8=E4=B8=8D=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --user=郭雨琦 api和case复制可以修改_删除前面不显示 --- .../api/automation/scenario/component/ApiComponent.vue | 6 ------ 1 file changed, 6 deletions(-) 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"; } }) }