setTimeout(()=>{
//判断是否有滚动条
if(this.
r
e
f
s
.
t
a
b
l
e
S
c
r
o
l
l
.
refs.tableScroll.
refs.tableScroll.el.offsetHeight >= (370+98)){
console.log(“有滚动条”)
}else{
console.log(“没有滚动条====”)
}
},1000)