如果我们不想让dataA的值跟着联动变化,可以先把dataA转换成字符串,然后在转换成对象 this.optionB = JSON.parse(JSON.stringify(this.optionA));