mirror of
https://gitee.com/dromara/go-view.git
synced 2025-05-13 14:51:43 +08:00
fix: 解决右键解锁无法使用的问题
This commit is contained in:
parent
0841e632c2
commit
d3a0d36c92
@ -199,7 +199,9 @@ const handleContextMenu = (
|
||||
target = target.parentNode
|
||||
}
|
||||
|
||||
// 展示列表
|
||||
chartEditStore.setTargetSelectChart(targetInstance && targetInstance.id)
|
||||
|
||||
// 隐藏旧列表
|
||||
chartEditStore.setRightMenuShow(false)
|
||||
|
||||
// * 多选默认选项
|
||||
|
Loading…
x
Reference in New Issue
Block a user