forked from github/dataease
fix(数据大屏): 修复视图复用勾选要复用的视图后取消勾选,点击确认取消勾选的视图依然被复用了问题
This commit is contained in:
parent
c8883f9233
commit
7ca203ec17
@ -117,7 +117,7 @@ const multiplexingCheck = (val, data) => {
|
||||
})
|
||||
} else {
|
||||
// remove
|
||||
dvMainStore.removeCurMultiplexingComponentWithId(data)
|
||||
dvMainStore.removeCurMultiplexingComponentWithId(data.id)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user