lilei 2 rokov pred
rodič
commit
0dcd88bb3e

+ 1 - 1
pages/storeManage/roleSetting/roleAuthSet.vue

@@ -55,7 +55,7 @@
 			         _this.findLeaf(_this.menuData.allMenuList, arr)
 					 _this.getIds(_this.authList,0)
 					 // 是否全选
-					 _this.checkedAll = arr.length == _this.authList.length
+					 _this.checkedAll = arr.length >= _this.authList.length
 			       }
 			    }
 				console.log(_this.menuData,'_this.menuData')