update Table

update Table
This commit is contained in:
梁灏 2016-11-27 15:44:32 +08:00
parent 39947c1474
commit 340681ab50
4 changed files with 6 additions and 13 deletions

View file

@ -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();
// }
}
}
}