fix: 修改查询后 表格不会到顶部的问题
This commit is contained in:
@@ -476,7 +476,12 @@
|
||||
})
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
tableData(){
|
||||
if(this.$refs.endpointTable&& this.$refs.endpointTable.bodyWrapper){
|
||||
this.$refs.endpointTable.bodyWrapper.scrollTop = 0;
|
||||
}
|
||||
},
|
||||
},
|
||||
mounted() {
|
||||
//初始化表头
|
||||
|
||||
Reference in New Issue
Block a user