This commit is contained in:
yanyizhou
2021-12-16 19:41:24 +08:00
parent fa37c9c314
commit abcad9edbe
@@ -1128,7 +1128,7 @@ export default {
})
},
handleSubmit() {
this.isSubmit = false
this.isSubmit = true
this.form.commentText = this.commentText
this.form.approvalOpinion = this.approvalOpinion
const json = JSON.stringify(this.form);