From 5d3735816f26ed8bcac27425a207fc190e8e4789 Mon Sep 17 00:00:00 2001 From: wxg0103 <727495428@qq.com> Date: Wed, 8 Jun 2022 10:42:21 +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=E8=87=AA=E5=8A=A8=E5=8C=96=E5=9C=BA=E6=99=AF?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E6=97=B6=EF=BC=8C=E5=AF=BC=E5=85=A5=E6=96=B0?= =?UTF-8?q?=E5=9C=BA=E6=99=AF=E5=AD=98=E5=9C=A8=E5=AF=BC=E5=85=A5=E9=87=8D?= =?UTF-8?q?=E5=A4=8D=E7=9A=84=E7=BC=BA=E9=99=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1013853 --user=王孝刚 【接口测试】github#14460,自动化场景编辑时,导入新场景存在导入重复问题 https://www.tapd.cn/55049933/s/1175716 --- .../components/api/automation/scenario/api/ScenarioRelevance.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/business/components/api/automation/scenario/api/ScenarioRelevance.vue b/frontend/src/business/components/api/automation/scenario/api/ScenarioRelevance.vue index 8b352ccec5..a2c2846681 100644 --- a/frontend/src/business/components/api/automation/scenario/api/ScenarioRelevance.vue +++ b/frontend/src/business/components/api/automation/scenario/api/ScenarioRelevance.vue @@ -169,6 +169,7 @@ export default { } this.result = this.$post("/api/automation/getApiScenarios/", this.currentScenarioIds, response => { if (response.data) { + this.currentScenarioIds = []; this.createScenarioDefinition(scenarios, response.data, referenced); this.$emit('save', scenarios); this.$refs.baseRelevance.close();