|
|
|
@ -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 |
|
|
|
}) |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|