@@ -227,7 +227,9 @@ export default {
}else{
// 取消勾选
-
+ if(this.isCheckAll){
+ this.isCheckIndeterminate=true
+ }
}
},