美文网首页
项目记录

项目记录

作者: 小马哒哒哒哒哒哒 | 来源:发表于2019-01-04 11:01 被阅读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

      // }

```

相关文章

网友评论

      本文标题:项目记录

      本文链接:https://www.haomeiwen.com/subject/lzrhrqtx.html