From 71c8f2e34ff72df54f9b665cd9dc1a6f98a00622 Mon Sep 17 00:00:00 2001 From: shiziyuan9527 Date: Tue, 23 Nov 2021 14:51:16 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B5=8B=E8=AF=95=E8=AE=A1=E5=88=92):=20?= =?UTF-8?q?=E6=9C=AA=E9=80=89=E4=B8=AD=E7=8E=AF=E5=A2=83=E7=BB=84=E5=8F=AF?= =?UTF-8?q?=E4=BB=A5=E6=88=90=E5=8A=9F=E5=85=B3=E8=81=94=E7=94=A8=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1008216 --user=lyh 【环境组】测试计划-关联场景用例-未选中环境组确定后关联成功 https://www.tapd.cn/55049933/s/1073048 --- .../plan/view/comonents/api/TestCaseScenarioRelevance.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/business/components/track/plan/view/comonents/api/TestCaseScenarioRelevance.vue b/frontend/src/business/components/track/plan/view/comonents/api/TestCaseScenarioRelevance.vue index d786e1067a..65cf9eeb2d 100644 --- a/frontend/src/business/components/track/plan/view/comonents/api/TestCaseScenarioRelevance.vue +++ b/frontend/src/business/components/track/plan/view/comonents/api/TestCaseScenarioRelevance.vue @@ -98,8 +98,8 @@ this.moduleOptions = data; }, - saveCaseRelevance() { - const sign = this.$refs.apiScenarioList.checkEnv(); + async saveCaseRelevance() { + const sign = await this.$refs.apiScenarioList.checkEnv(); if (!sign) { return false; }