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