Browse Source

优化

master
陈裕财 3 years ago
parent
commit
3599e283d4
  1. 2
      src/views/xm/rpt/CompsCard.vue

2
src/views/xm/rpt/CompsCard.vue

@ -260,7 +260,7 @@ export default {
scrollToComp(compCfg){
var doc=document.getElementById(compCfg.id)
if(doc){
doc.scrollIntoView(false)
doc.scrollIntoView(true)
}
},
submitXmPrtConfig(callback){

Loading…
Cancel
Save