From 7b08b6cc7b4299ef04aa4c2b22d095a794ac8d54 Mon Sep 17 00:00:00 2001 From: chenjianxing Date: Thu, 26 May 2022 11:44:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=87=E6=8D=A2=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E8=AE=A1=E5=88=92=E6=B2=A1=E6=9C=89=E6=98=BE=E7=A4=BA=E5=88=B0?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E5=8A=9F=E8=83=BD=E5=88=97=E8=A1=A8=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1013374 --user=陈建星 【测试跟踪】github#13824 测试计划-报告统计页面,打开下个测试计划报告统计页面数据显示不正确,需要手动刷新下 https://www.tapd.cn/55049933/s/1164363 --- .../src/business/components/track/plan/view/TestPlanView.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/business/components/track/plan/view/TestPlanView.vue b/frontend/src/business/components/track/plan/view/TestPlanView.vue index bd64b40610..767617c3a4 100644 --- a/frontend/src/business/components/track/plan/view/TestPlanView.vue +++ b/frontend/src/business/components/track/plan/view/TestPlanView.vue @@ -150,7 +150,7 @@ export default { this.redirectCharType = this.$route.query.charType; } this.clickType = this.$route.params.clickType; - if (this.redirectCharType != "") { + if (this.redirectCharType) { if (this.redirectCharType == 'scenario') { this.activeIndex = 'api'; } else if (this.redirectCharType != null && this.redirectCharType != '') {