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, 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){