fix: 修改查询后 表格不会到顶部的问题
This commit is contained in:
@@ -837,6 +837,11 @@
|
||||
});
|
||||
}
|
||||
},
|
||||
endpointTableData(){
|
||||
if(this.$refs.endpointTable&&this.$refs.endpointTable.bodyWrapper){
|
||||
this.$refs.endpointTable.bodyWrapper.scrollTop = 0;
|
||||
}
|
||||
},
|
||||
},
|
||||
destroyed(){
|
||||
window.onresize=null;
|
||||
|
||||
Reference in New Issue
Block a user