mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-24 12:45:18 +08:00
Merge branch 'develop' of ***REMOVED*** into develop
This commit is contained in:
commit
8fd1cdb694
@ -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