From 8dc638b8fe34ee12de047c85112ce788d3f79b50 Mon Sep 17 00:00:00 2001 From: guoyuqi Date: Mon, 29 Nov 2021 09:41:18 +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=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1008380 --user=郭雨琦 场景编辑,复制或引用 tcp、sql、dubbo的接口用例,点击ID,跳转会跳到系统设置页面 --- .../api/automation/scenario/component/ApiComponent.vue | 1 - 1 file changed, 1 deletion(-) 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 2ea8cfe9c5..6fcba534c1 100644 --- a/frontend/src/business/components/api/automation/scenario/component/ApiComponent.vue +++ b/frontend/src/business/components/api/automation/scenario/component/ApiComponent.vue @@ -646,7 +646,6 @@ export default { response.data.sourceId = resource.resourceId; response.data.type = resource.type; response.data.refType = resource.refType; - debugger this.clickCase(response.data) } else { this.$error("接口用例场景场景已经被删除");