From 37804b7c66eee861e8251a5ba8962cafd6cf8854 Mon Sep 17 00:00:00 2001 From: SUNJIABIN Date: Wed, 14 Jun 2023 16:21:27 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=B5=81=E7=A8=8B=E8=8A=82=E7=82=B9?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E5=A2=9E=E5=8A=A0=E5=8A=A8=E6=80=81=E8=AF=84?= =?UTF-8?q?=E4=BB=B7=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, From f8af36bd31b3876b9706c21b5d332be964a12206 Mon Sep 17 00:00:00 2001 From: SUNJIABIN Date: Fri, 16 Jun 2023 16:18:44 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=8A=80=E6=9C=AF=E6=A0=87=E5=87=86-?= =?UTF-8?q?=E5=8F=91=E5=B8=83-=E4=BF=AE=E6=94=B9=E6=97=B6=E5=B9=B4?= =?UTF-8?q?=E4=BB=BD=E5=8F=96standCode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/processCenter/pages/creatProcess/qbrk/step13.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/processCenter/pages/creatProcess/qbrk/step13.vue b/src/pages/processCenter/pages/creatProcess/qbrk/step13.vue index 18ec671e4..77ec952b2 100644 --- a/src/pages/processCenter/pages/creatProcess/qbrk/step13.vue +++ b/src/pages/processCenter/pages/creatProcess/qbrk/step13.vue @@ -3029,7 +3029,8 @@ this.form.standNum = this.standNum // --- - this.form.standYear = year + // this.form.standYear = year + this.form.standYear = this.standYear this.form.standCode = this.form.standSort + this.form.standNum + ( this.form.standYear === '' ? '' : '-' + this.form.standYear ) // if(this.form.standYear == this.standYear){