From b3034919c1d913808dbe245ed93240e957a0fc28 Mon Sep 17 00:00:00 2001 From: WangXu10 Date: Thu, 5 Dec 2024 13:44: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=89=B9=E9=87=8F=E7=BC=96=E8=BE=91=E6=9C=AA=E6=B8=85=E7=A9=BA?= =?UTF-8?q?=E4=B8=8A=E6=AC=A1=E6=95=B0=E6=8D=AE=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1042166 --user=王旭 【测试计划】接口测试用例-批量编辑-批量编辑运行环境-关联新的用例进来-批量编辑新的用例也显示编辑过的那个环境 https://www.tapd.cn/55049933/s/1625649 --- test-track/frontend/src/business/case/components/BatchEdit.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/test-track/frontend/src/business/case/components/BatchEdit.vue b/test-track/frontend/src/business/case/components/BatchEdit.vue index f75776df0e..7b15921348 100644 --- a/test-track/frontend/src/business/case/components/BatchEdit.vue +++ b/test-track/frontend/src/business/case/components/BatchEdit.vue @@ -430,6 +430,7 @@ export default { }, changeType(val) { this.showDescription = false; + this.projectEnvDescMap = {}; if (val && val.startsWith("custom")) { this._handleCustomField(val); }