update Table
update Table
This commit is contained in:
parent
39947c1474
commit
340681ab50
4 changed files with 6 additions and 13 deletions
|
@ -57,16 +57,6 @@
|
|||
selectAll () {
|
||||
const status = !this.isSelectAll;
|
||||
this.$parent.selectAll(status);
|
||||
|
||||
// let tmpData = deepCopy(this.cloneData);
|
||||
// tmpData.forEach((data) => {
|
||||
// data._isChecked = status;
|
||||
// });
|
||||
// this.cloneData = tmpData;
|
||||
//
|
||||
// if (status) {
|
||||
// this.$parent.selectAll();
|
||||
// }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue