[update] 修改bug79153
This commit is contained in:
@@ -191,7 +191,7 @@ export default {
|
||||
this.dataList = []
|
||||
this.initData(1)
|
||||
this.indeterminate = !!this.checkedArr.length && this.checkedArr.length < this.dataList.length
|
||||
this.checkAll = this.checkedArr.length === this.dataList.length
|
||||
this.checkAll = this.checkedArr.length > 0 && this.checkedArr.length === this.dataList.length
|
||||
} else {
|
||||
this.$message.warning(res.message)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user