项目记录
2019-01-04 本文已影响0人
小马哒哒哒哒哒哒
```
// 子 与 父联动
// let temp1 = scopeParent.children.every(item => {
// return item.status == 1;
// });
// let temp2 = scopeParent.children.every(item => {
// return item.status == 0;
// });
// if(temp1){
// scopeParent.status = 1
// }
// if(temp2){
// scopeParent.status = 0
// }
```