mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-24 12:45:18 +08:00
fix(advance table): checkIndexs merge wrong
This commit is contained in:
parent
c21815ff43
commit
5ff5e3181e
@ -97,7 +97,7 @@ export default {
|
||||
this.filterItems.forEach((item, index) => {
|
||||
checkedIndexs[item.value] = { isChecked: false, index }
|
||||
})
|
||||
this.checkedIndexs = { checkedIndexs, ...this.checkedIndexs }
|
||||
this.checkedIndexs = { ...checkedIndexs, ...this.checkedIndexs }
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
Loading…
Reference in New Issue
Block a user