Browse Source

优化

master
陈裕财 3 years ago
parent
commit
fada0d7672
  1. 5
      src/views/xm/rpt/index/CompsSet.vue

5
src/views/xm/rpt/index/CompsSet.vue

@ -237,6 +237,8 @@ export default {
store.dispatch("toggleSideBar",false)
this.comps.forEach((k,index)=>k.index=index)
//this.comps.forEach(k=>k.id=k.id?k.id:k.compId)
this.$nextTick(()=>{
this.maxTableHeight = util.calcTableMaxHeight(this.$refs.table.$el)
if(this.category){
this.filters.category=this.category
@ -255,6 +257,9 @@ export default {
this.filters.category="企业级"
}
}
this.datas=this.compsCpd
})
}

Loading…
Cancel
Save