From 1e74eb4ea2e5ade1e60ad918ebc71060b7b7dde8 Mon Sep 17 00:00:00 2001 From: wxg0103 <727495428@qq.com> Date: Mon, 16 Jan 2023 17:28:13 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=8E=A5=E5=8F=A3=E5=AE=9A=E4=B9=89):=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=89=A7=E8=A1=8C=E5=BE=AA=E7=8E=AF=E6=8E=A7?= =?UTF-8?q?=E5=88=B6=E5=99=A8=E4=B8=8B=E9=9D=A2=E7=9A=84=E6=AD=A5=E9=AA=A4?= =?UTF-8?q?=E6=B2=A1=E6=9C=89=E7=BB=93=E6=9E=9C=E7=8A=B6=E6=80=81=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=1021456 --user=王孝刚 【接口测试】单独执行场景里的循环控制器,循环控制器error颜色错误,步骤没有执行结果 https://www.tapd.cn/55049933/s/1327807 --- .../business/automation/scenario/component/LoopController.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/api-test/frontend/src/business/automation/scenario/component/LoopController.vue b/api-test/frontend/src/business/automation/scenario/component/LoopController.vue index baff3dc6be..26c5c17de4 100644 --- a/api-test/frontend/src/business/automation/scenario/component/LoopController.vue +++ b/api-test/frontend/src/business/automation/scenario/component/LoopController.vue @@ -466,6 +466,7 @@ export default { item.activeName = '0'; item.active = true; item.requestResult = this.requestResult.get(item.id); + this.$set(item, 'debug', true); } if (item.hashTree && item.hashTree.length > 0) { this.setResult(item.hashTree);