From 8e0d57a6d2f7029014f0b422dc3a934d333ac1b5 Mon Sep 17 00:00:00 2001 From: "song.tianyang" Date: Wed, 3 Feb 2021 10:37:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B5=8B=E8=AF=95=E8=AE=A1=E5=88=92-?= =?UTF-8?q?=E5=85=B3=E8=81=94=E5=8A=9F=E8=83=BD=E6=B5=8B=E8=AF=95=E7=94=A8?= =?UTF-8?q?=E4=BE=8B-=E6=9F=A5=E7=9C=8B=E6=8A=A5=E5=91=8A=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1-=E5=88=87=E5=9B=9E=E5=88=B0=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E7=94=A8=E4=BE=8B=E9=A1=B5=E5=90=8E=E5=B7=A6?= =?UTF-8?q?=E4=BE=A7=E6=A8=A1=E5=9D=97=E5=88=97=E6=B6=88=E5=A4=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 解决测试计划-关联功能测试用例-查看报告统计-切回到功能测试用例页后左侧模块列消失的缺陷 --- .../plan/view/comonents/functional/TestPlanFunctional.vue | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/frontend/src/business/components/track/plan/view/comonents/functional/TestPlanFunctional.vue b/frontend/src/business/components/track/plan/view/comonents/functional/TestPlanFunctional.vue index 9fd49ac10e..fdca4113f2 100644 --- a/frontend/src/business/components/track/plan/view/comonents/functional/TestPlanFunctional.vue +++ b/frontend/src/business/components/track/plan/view/comonents/functional/TestPlanFunctional.vue @@ -57,11 +57,9 @@ 'redirectCharType', 'clickType' ], - // activated() { - // this.search(); - // this.checkTipsType(); - // }, - // mounted() { + mounted() { + this.initData(); + }, activated(){ this.initData(); this.openTestCaseEdit(this.$route.path);