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); + }) + }) + + } } },