注意这种类型的数据不能直接通过对象或者数组的方式进项获取,需要格式转换

方法一:JSON.parse(JSON.stringify(this.list))

方法二:Object.assign({},this.list)

两种方式都可以,推荐第一种,本人亲测有效

 

vue  Vue __ob__: Observer 取值

 

vue  Vue __ob__: Observer 取值

 

相关文章:

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