forked from github/dataease
Merge pull request #11146 from dataease/pr@dev-v2@fix_copy
fix(数据大屏): 修复视图复用勾选要复用的视图后取消勾选,点击确认取消勾选的视图依然被复用了问题
This commit is contained in:
commit
e278d7fad0
@ -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