Merge branch 'develop' of ***REMOVED*** into develop

This commit is contained in:
07akioni 2019-07-31 17:36:52 +08:00
commit 8fd1cdb694

View File

@ -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: {