fix: 修改查询后 表格不会到顶部的问题
This commit is contained in:
@@ -487,7 +487,12 @@
|
||||
'bottomBox.showSubList': function(n) {
|
||||
let vm = this;
|
||||
this.$bottomBoxWindow.showSubListWatch(vm, n);
|
||||
}
|
||||
},
|
||||
tableData(){
|
||||
if(this.$refs.dcTable&&this.$refs.dcTable.bodyWrapper){
|
||||
this.$refs.dcTable.bodyWrapper.scrollTop = 0;
|
||||
}
|
||||
},
|
||||
},
|
||||
destroyed() {
|
||||
window.onresize = null;
|
||||
|
||||
Reference in New Issue
Block a user