|
@@ -61,6 +61,7 @@ export default {
|
|
handleClick(e) {
|
|
handleClick(e) {
|
|
if(this.btnFocus.includes(e) && this.btnFocus.length!==1){
|
|
if(this.btnFocus.includes(e) && this.btnFocus.length!==1){
|
|
this.btnFocus = this.btnFocus.filter((v)=>{return v!==e});
|
|
this.btnFocus = this.btnFocus.filter((v)=>{return v!==e});
|
|
|
|
+ this.checkedAll = false;
|
|
}else if(!this.btnFocus.includes(e)){
|
|
}else if(!this.btnFocus.includes(e)){
|
|
this.btnFocus.push(e);
|
|
this.btnFocus.push(e);
|
|
}
|
|
}
|