如果是數(shù)組
this.form = Object.assign([], this.form)
如果是對(duì)象
this.form = Object.assign({}, this.form)
this.form為循環(huán)數(shù)據(jù)
如果是數(shù)組
this.form = Object.assign([], this.form)
如果是對(duì)象
this.form = Object.assign({}, this.form)
this.form為循環(huán)數(shù)據(jù)