vue 循环数据进行操作改变对象得值,但是视图没有发生变化

如果是数组
this.form = Object.assign([], this.form)

如果是对象
this.form = Object.assign({}, this.form)

this.form为循环数据

你可能感兴趣的:(vue 循环数据进行操作改变对象得值,但是视图没有发生变化)