From 526b4a5623ce89da7507a327a3209e5db84dfe87 Mon Sep 17 00:00:00 2001 From: wxg0103 <727495428@qq.com> Date: Fri, 22 Dec 2023 14:28:17 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=8E=A5=E5=8F=A3=E6=B5=8B=E8=AF=95):=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=89=A7=E8=A1=8C=E6=9D=A1=E4=BB=B6=E6=8E=A7?= =?UTF-8?q?=E5=88=B6=E5=99=A8=E4=B8=8B=E7=9A=84=E8=AF=B7=E6=B1=82=E4=BC=9A?= =?UTF-8?q?=E5=BD=B1=E5=93=8D=E5=88=AB=E7=9A=84=E8=AF=B7=E6=B1=82=E7=9A=84?= =?UTF-8?q?=E7=BC=BA=E9=99=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1033058 --user=王孝刚 【接口测试】接口自动化-执行条件控制器内请求-不在控制器内请求也被执行了 https://www.tapd.cn/55049933/s/1447454 --- .../src/business/automation/scenario/component/ApiComponent.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/api-test/frontend/src/business/automation/scenario/component/ApiComponent.vue b/api-test/frontend/src/business/automation/scenario/component/ApiComponent.vue index 1876b0513e..7babbc79cb 100644 --- a/api-test/frontend/src/business/automation/scenario/component/ApiComponent.vue +++ b/api-test/frontend/src/business/automation/scenario/component/ApiComponent.vue @@ -473,6 +473,7 @@ export default { } this.request.debug = true; this.request.active = true; + this.request.id = this.request.id + '_' + this.request.resourceId; this.loading = true; this.runData = []; if (selectEnvId) {