多修复选框不定状态到选中的Bug
parent
50d029c671
commit
033c3cd8e9
|
@ -11,6 +11,7 @@
|
|||
### 修复
|
||||
|
||||
- 修复存在弹出层时,搜索建议列表被弹出层覆盖的问题
|
||||
- 修复搜索、排行榜、歌单列表多选框从不定状态到选中的Bug
|
||||
|
||||
### 移除
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue