Commit 04b43feb by chenyu

update: update

parent 9c3c34e5
......@@ -116,7 +116,7 @@ export default {
this.visible = n;
if (n) {
const gradeId = this.isClique ? this.cliqueGradeId : this.gradeId;
this.form = Object.assign({}, ...this.form, { gradeId, memberId: this.memberId });
this.form = Object.assign(this.form, { gradeId, memberId: this.memberId });
}
},
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment