Browse Source

优化

master
陈裕财 3 years ago
parent
commit
9d572a041f
  1. 10
      src/views/xm/core/xmTestPlan/rpt/CompsCard.vue

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

Loading…
Cancel
Save