From 4329ef84db31ae39b4c15d8e42f69f8f538f0898 Mon Sep 17 00:00:00 2001 From: song-cc-rock Date: Fri, 2 Dec 2022 13:42:13 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B5=8B=E8=AF=95=E8=B7=9F=E8=B8=AA):=20?= =?UTF-8?q?=E5=88=87=E6=8D=A2=E6=B5=8B=E8=AF=95=E8=AE=A1=E5=88=92=E6=97=B6?= =?UTF-8?q?=E6=90=9C=E7=B4=A2=E6=A1=86=E5=86=85=E5=AE=B9=E6=9C=AA=E9=87=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1020389 --user=宋昌昌 【测试跟踪】-计划内用例列表搜索内容在不同测试计划间仍保留,影响用户体验 https://www.tapd.cn/55049933/s/1310981 --- .../plan/view/comonents/functional/TestPlanFunctional.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test-track/frontend/src/business/plan/view/comonents/functional/TestPlanFunctional.vue b/test-track/frontend/src/business/plan/view/comonents/functional/TestPlanFunctional.vue index 0135ed8568..008c9db331 100644 --- a/test-track/frontend/src/business/plan/view/comonents/functional/TestPlanFunctional.vue +++ b/test-track/frontend/src/business/plan/view/comonents/functional/TestPlanFunctional.vue @@ -125,6 +125,9 @@ export default { this.openTestCaseEdit(to.path); }, planId() { + if (this.condition.name) { + this.condition.name = undefined; + } this.clearSelectNode(); this.initData(); }