fix: 修复user搜索框不能搜索的问题

This commit is contained in:
chenjinsong
2021-04-22 15:12:12 +08:00
parent 4ae21b5c39
commit dc36d7e010
2 changed files with 4 additions and 2 deletions

View File

@@ -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()
},