From aa8b442b47058a13dff2a0b155bde02376dc6ba7 Mon Sep 17 00:00:00 2001 From: zhoulingpo Date: Mon, 4 Dec 2023 17:34:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9B=9E=E6=98=BE=E6=84=8F?= =?UTF-8?q?=E8=A7=81bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/processCenter/pages/creatProcess/bzhHd-rh/step3.vue | 3 ++- src/pages/processCenter/pages/creatProcess/bzhHd-rh/step5.vue | 2 +- src/pages/processCenter/pages/creatProcess/qbfs/step5.vue | 2 ++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/pages/processCenter/pages/creatProcess/bzhHd-rh/step3.vue b/src/pages/processCenter/pages/creatProcess/bzhHd-rh/step3.vue index ddfc15cdc..7d35ee266 100644 --- a/src/pages/processCenter/pages/creatProcess/bzhHd-rh/step3.vue +++ b/src/pages/processCenter/pages/creatProcess/bzhHd-rh/step3.vue @@ -454,7 +454,8 @@ export default { if (this.rh_pageData.fillFile !== undefined) { this.fillFileList = this.rh_pageData.fillFile } - this.commentStep3 = JSON.parse(JSON.stringify(item)).commentStep3 + + this.commentStep3 = JSON.parse(JSON.stringify(item)).commentStep3 || '' this.rh_pageData.fillPeopleId = this.$store.getters.userInfo.userId this.roleForm = JSON.parse(JSON.stringify(item)).roleList this.infoSourcesLength = this.rh_pageData.infoSources.length diff --git a/src/pages/processCenter/pages/creatProcess/bzhHd-rh/step5.vue b/src/pages/processCenter/pages/creatProcess/bzhHd-rh/step5.vue index 92d354695..8c98c2c7f 100644 --- a/src/pages/processCenter/pages/creatProcess/bzhHd-rh/step5.vue +++ b/src/pages/processCenter/pages/creatProcess/bzhHd-rh/step5.vue @@ -547,7 +547,7 @@ export default { this.$nextTick(() => { this.rh_pageData = JSON.parse(JSON.stringify(item)).rh_pageData this.roleForm = JSON.parse(JSON.stringify(item)).roleList - this.commentStep5 = JSON.parse(JSON.stringify(item)).commentStep5 + this.commentStep5 = JSON.parse(JSON.stringify(item)).commentStep5 || '' this.infoSourcesLength = this.rh_pageData.infoSources.length // this.rh_pageData.comityFileNum = this.fileTextList }) diff --git a/src/pages/processCenter/pages/creatProcess/qbfs/step5.vue b/src/pages/processCenter/pages/creatProcess/qbfs/step5.vue index bac7d9cb9..38f8c9766 100644 --- a/src/pages/processCenter/pages/creatProcess/qbfs/step5.vue +++ b/src/pages/processCenter/pages/creatProcess/qbfs/step5.vue @@ -538,6 +538,8 @@ export default { this.qbfsForm = JSON.parse(JSON.stringify(json)) this.qbfsForm.WJSCRYBUSS= this.$store.getters.userInfo.userId this.qbfsForm.WJSCRYBUSSName= this.$store.getters.userInfo.userName + this.qbfsForm.commentText = '' + this.commentText = '' this.qbfsForm['id'] = bringData.id this.FBGBUSSFileList=this.assemble(this.qbfsForm.FBGBUSS,this.qbfsForm.FBGBUSSName); this.BZSMBUSSFileList=this.assemble(this.qbfsForm.BZSMBUSS,this.qbfsForm.BZSMBUSSName);