From 402d6071ca49a8a0980519d285606ebfff64e55b Mon Sep 17 00:00:00 2001 From: CaptainB Date: Mon, 6 Jun 2022 10:50:32 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=80=A7=E8=83=BD=E6=B5=8B=E8=AF=95):=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=80=A7=E8=83=BD=E6=B5=8B=E8=AF=95=E5=BC=95?= =?UTF-8?q?=E7=94=A8=E5=9C=BA=E6=99=AF=E6=8A=A5=E9=94=99=E5=90=8E=E5=86=8D?= =?UTF-8?q?=E6=AC=A1=E7=82=B9=E5=87=BB=E7=A1=AE=E5=AE=9A=E6=B2=A1=E6=9C=89?= =?UTF-8?q?=E5=8F=8D=E5=BA=94=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1013768 --user=刘瑞斌 【性能测试】引用未配置环境的自动化场景,多次点击确定按钮,只有第一次有提示信息 https://www.tapd.cn/55049933/s/1173449 --- .../components/performance/test/components/ExistScenarios.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/business/components/performance/test/components/ExistScenarios.vue b/frontend/src/business/components/performance/test/components/ExistScenarios.vue index b6b1df358c..29ca592844 100644 --- a/frontend/src/business/components/performance/test/components/ExistScenarios.vue +++ b/frontend/src/business/components/performance/test/components/ExistScenarios.vue @@ -166,8 +166,8 @@ export default { this.$emit('fileChange', this.scenarios); this.$success(this.$t('test_track.case.import.success')); this.loadApiAutomationVisible = false; + this.selectIds.clear(); }); - this.selectIds.clear(); }, search() { this.getProjectScenarios();