多修复选框不定状态到选中的Bug

pull/230/head
lyswhut 2019-12-15 21:23:52 +08:00
parent 50d029c671
commit 033c3cd8e9
2 changed files with 4 additions and 3 deletions

View File

@ -11,6 +11,7 @@
### 修复
- 修复存在弹出层时,搜索建议列表被弹出层覆盖的问题
- 修复搜索、排行榜、歌单列表多选框从不定状态到选中的Bug
### 移除

View File

@ -71,9 +71,9 @@ export default {
let bool = this.bool
if (this.indeterminate) {
bool = true
// this.$nextTick(() => {
this.bool = true
// })
this.$nextTick(() => {
this.bool = bool
})
}
checked = bool
} else {