From 9d572a041f9f5fd694cb394634f29767a3ac1574 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Wed, 3 Aug 2022 21:26:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/xm/core/xmTestPlan/rpt/CompsCard.vue | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/views/xm/core/xmTestPlan/rpt/CompsCard.vue b/src/views/xm/core/xmTestPlan/rpt/CompsCard.vue index 6e8ba49c..5c0d9fb0 100644 --- a/src/views/xm/core/xmTestPlan/rpt/CompsCard.vue +++ b/src/views/xm/core/xmTestPlan/rpt/CompsCard.vue @@ -92,6 +92,16 @@ export default { this.initCompCfgList(); }, deep:true, + }, + rptConfigVisible(){ + if(this.rptConfigVisible==true){ + this.$nextTick(()=>{ + this.compCfgList.forEach(k=>{ + this.sizeAutoChange(k); + }) + }) + + } } },