自定义表头
This commit is contained in:
@@ -2064,14 +2064,12 @@
|
||||
onCheckAllChange(e) {
|
||||
this.checkedList = e.target.checked ? this.customizeList.map(item => item.field) : [];
|
||||
this.selectedValue = this.checkedList
|
||||
this.indeterminate = false;
|
||||
this.indeterminate = false
|
||||
},
|
||||
onChange(){
|
||||
console.log(this.selectedValue,'console.log(this.selectedValue)')
|
||||
this.selectedValue = this.checkedList
|
||||
},
|
||||
getcustomize(){
|
||||
console.log(11111)
|
||||
this.customizevisible = true
|
||||
},
|
||||
cancel(){
|
||||
|
||||
Reference in New Issue
Block a user