diff --git a/src/pages/details/otherBussStandardDetails/index.vue b/src/pages/details/otherBussStandardDetails/index.vue index ebaffa63c..d63a1d5f8 100644 --- a/src/pages/details/otherBussStandardDetails/index.vue +++ b/src/pages/details/otherBussStandardDetails/index.vue @@ -1886,8 +1886,12 @@ export default { } if (submitFlag === true) { this.commentSubmitLoading = true + let tableData = JSON.parse(JSON.stringify(this.businessCommentTable)) + tableData.forEach(item => { + item.processNode = '动态评价' + }) const allData = { - tableData: this.businessCommentTable, + tableData, formData: JSON.stringify(this.businessCommentForm), standId: this.$route.params.id, userId: this.$store.getters.userInfo.userId,