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

@@ -85,7 +85,7 @@ export default {
}, 100)
},
detailViewRightShow (item) {
this.detailViewRightObj = item
this.detailViewRightObj = this.$loadsh.cloneDeep(item)
},
orderDetail (order, orderType) {
if (orderType === 'ascending') {