码迷,mamicode.com
首页 > 其他好文 > 详细

vue 深拷贝

时间:2018-12-21 13:10:00      阅读:357      评论:0      收藏:0      [点我收藏+]

标签:深度   gif   console   lda   就会   wro   string   bsp   div   

Vue.set(row,‘isEdit‘,true);
let newRow = JSON.parse(JSON.stringify(row));
this.totalData.push(newRow);
console.log(‘添加‘,this.totalData)
 
从其它表格添加进来的数据如果有相同的就会指向同一个引用,所以需要深度复制一次。

vue 深拷贝

标签:深度   gif   console   lda   就会   wro   string   bsp   div   

原文地址:https://www.cnblogs.com/wqing/p/10153730.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!