fix: 修改查询后 表格不会到顶部的问题
This commit is contained in:
@@ -115,6 +115,11 @@
|
||||
'alertLabel':alertLabel,
|
||||
},
|
||||
watch:{
|
||||
tableData(){
|
||||
if(this.$refs.endpointTable){
|
||||
this.$refs.endpointTable.bodyWrapper.scrollTop = 0;
|
||||
}
|
||||
},
|
||||
},
|
||||
computed: {
|
||||
tagType() {
|
||||
|
||||
Reference in New Issue
Block a user