情况一:简单的数据展示上不刷新 1、深拷贝 let name2 = JSON.parse(JSON.stringify(this.name)); //执行完业务代码后 this.name = name2