let newData =JSON.parse(JSON.stringify(this.projectData)) 其中projectData就是你绑定的值,我们借助了JSON.parse,会帮我们开辟一个新的地址空间,而不是原来的地址。