fix: 修复user搜索框不能搜索的问题
This commit is contained in:
@@ -146,7 +146,7 @@ export default {
|
||||
}
|
||||
}
|
||||
if (this.$refs.dataTable) {
|
||||
this.$refs.dataTable.bodyWrapper.scrollTop = 0
|
||||
this.$refs.dataTable.$refs.dataTable.bodyWrapper.scrollTop = 0
|
||||
}
|
||||
this.getTableData()
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user