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("接口用例场景场景已经被删除");