高大爆米花

文章
6
资源
0
加入时间
2年10月18天

vue 绑定对象数组到页面上,改变对象值dom元素不更新vue 绑定对象数组到页面上,改变对象值dom元素不更新

vue 绑定对象数组到页面上,改变对象值dom元素不更新使用场景,在调用一个后端接口得到返回数据后,将返回的对象数组(类似这种resData:[{key:value}])绑定到页面上循环遍历v-for=(item,index) of list。而页面里绑定了两种类型的值{{item.key}},{{item.newKey}}。后面这一步是触发dom不更新的关键,①先将this.list=resData后,②再遍历this.list将newKey加到item中得到[{key:value,newKe