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