![在这里插入图片描述](https://img-blog.csdnimg.cn/20201013112442568.png#pic_center

Checkbox 数组 不更新
Checkbox 数组 不更新
list结构 list:[{
id:1,checked:false,children:[]}]
这里替换的是整个对象,
不能写为 this.$set(this.list,index,event) 不然 list里的对象会替换成 event的值

相关文章:

  • 2022-12-23
  • 2021-12-16
  • 2021-12-11
  • 2022-12-23
  • 2021-10-02
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-28
  • 2021-07-28
  • 2022-12-23
  • 2021-05-03
相关资源
相似解决方案