fix:详细视图 鼠标滑过被选中的item 右侧闪烁的问题

This commit is contained in:
zhangyu
2022-07-06 17:49:53 +08:00
parent 716ff64eb3
commit 44ce3beabd
8 changed files with 8 additions and 8 deletions

View File

@@ -134,7 +134,7 @@ export default {
} else {
detailViewRightObj = this.tableData[0]
}
this.detailViewRightObj = detailViewRightObj
this.detailViewRightObj = this.$loadsh.cloneDeep(detailViewRightObj)
this.pageObj.total = response.data.total
this.pageObj.pages = response.data.pages
if (!this.scrollbarWrap && this.$refs.dataTable && this.$refs.dataTable.$refs.dataTable) {