fix:详细视图 鼠标滑过被选中的item 右侧闪烁的问题
This commit is contained in:
@@ -85,7 +85,7 @@ export default {
|
||||
}, 100)
|
||||
},
|
||||
detailViewRightShow (item) {
|
||||
this.detailViewRightObj = item
|
||||
this.detailViewRightObj = this.$loadsh.cloneDeep(item)
|
||||
},
|
||||
orderDetail (order, orderType) {
|
||||
if (orderType === 'ascending') {
|
||||
|
||||
Reference in New Issue
Block a user