From 37804b7c66eee861e8251a5ba8962cafd6cf8854 Mon Sep 17 00:00:00 2001 From: SUNJIABIN Date: Wed, 14 Jun 2023 16:21:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=81=E7=A8=8B=E8=8A=82=E7=82=B9=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E5=A2=9E=E5=8A=A0=E5=8A=A8=E6=80=81=E8=AF=84=E4=BB=B7?= =?UTF-8?q?=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/details/otherBussStandardDetails/index.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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,