From f979a315493dc2a5ed64ba0fc353c4daf7f60187 Mon Sep 17 00:00:00 2001 From: guoyuqi Date: Mon, 13 Jun 2022 18:19:32 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B5=8B=E8=AF=95=E8=B7=9F=E8=B8=AA):=20?= =?UTF-8?q?=E5=85=B3=E8=81=94=E6=B5=8B=E8=AF=95=E7=94=A8=E4=BE=8B=E5=85=A8?= =?UTF-8?q?=E9=80=89=E6=97=B6=E5=88=87=E6=8D=A2=E6=A8=A1=E5=9D=97=E6=B2=A1?= =?UTF-8?q?=E6=9C=89=E7=8A=B6=E6=80=81=E6=B2=A1=E6=94=B9=E5=8F=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --user=郭雨琦 --bug=1013988 【测试跟踪】github#14657,测试计划关联用例问题汇总 https://www.tapd.cn/55049933/bugtrace/bugs/view/1155049933001013988 --- .../comonents/api/TestCaseApiRelevance.vue | 348 +++++++++--------- .../functional/FunctionalRelevance.vue | 2 + 2 files changed, 179 insertions(+), 171 deletions(-) diff --git a/frontend/src/business/components/track/plan/view/comonents/api/TestCaseApiRelevance.vue b/frontend/src/business/components/track/plan/view/comonents/api/TestCaseApiRelevance.vue index c33dd77962..33e4cfca11 100644 --- a/frontend/src/business/components/track/plan/view/comonents/api/TestCaseApiRelevance.vue +++ b/frontend/src/business/components/track/plan/view/comonents/api/TestCaseApiRelevance.vue @@ -60,194 +60,200 @@ diff --git a/frontend/src/business/components/track/plan/view/comonents/functional/FunctionalRelevance.vue b/frontend/src/business/components/track/plan/view/comonents/functional/FunctionalRelevance.vue index 634f9cde06..3fc9051174 100644 --- a/frontend/src/business/components/track/plan/view/comonents/functional/FunctionalRelevance.vue +++ b/frontend/src/business/components/track/plan/view/comonents/functional/FunctionalRelevance.vue @@ -235,6 +235,8 @@ export default { this.save(param, this); }, nodeChange(node, nodeIds, nodeNames) { + this.page.condition.selectAll = false; + this.$refs.table.condition.selectAll = false; this.selectNodeIds = nodeIds; this.selectNodeNames = nodeNames; },