NEZ-2172 fix : record 页面滚动条未正确显示

This commit is contained in:
likexuan
2022-09-05 14:23:50 +08:00
parent 2a319cee51
commit 5ea1c65e79

View File

@@ -106,7 +106,7 @@ export default {
this.tools.loading = false
this.nowTime = this.utcTimeToTimezoneStr(response.time)
if (response.code === 200) {
this.tableData = response.data
this.tableData = response.data.list
if (!this.scrollbarWrap && this.$refs.dataTable && this.$refs.dataTable.$refs.dataTable) {
this.$nextTick(() => {
this.scrollbarWrap = this.$refs.dataTable.$refs.dataTable.bodyWrapper