fixed #1751
This commit is contained in:
parent
0e4166bd0a
commit
17db7df4fd
2 changed files with 13 additions and 43 deletions
|
@ -92,6 +92,7 @@
|
|||
isSelectAll () {
|
||||
let isSelectAll = true;
|
||||
if (!this.data.length) isSelectAll = false;
|
||||
if (!this.data.find(item => !item._disabled)) isSelectAll = false; // #1751
|
||||
for (let i = 0; i < this.data.length; i++) {
|
||||
if (!this.objData[this.data[i]._index]._isChecked && !this.objData[this.data[i]._index]._isDisabled) {
|
||||
isSelectAll = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue