vue数据修改 但未渲染页面

1. 普通的

`1.1 this.$set('obj',key,value);

1.2 this.splice();

2.数据层次太多,没有触发render函数进行自动更新,需手动调用:

this.$forceUpdate();