fix: 修改查询后 表格不会到顶部的问题
This commit is contained in:
@@ -368,6 +368,11 @@
|
||||
let vm = this;
|
||||
this.$bottomBoxWindow.showSubListWatch(vm, n);
|
||||
},
|
||||
tableData(){
|
||||
if(this.$refs.modelTable&&this.$refs.modelTable.bodyWrapper){
|
||||
this.$refs.modelTable.bodyWrapper.scrollTop = 0;
|
||||
}
|
||||
},
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user