From e79bca92fae5f4143cf91e4e073640b85e23266e Mon Sep 17 00:00:00 2001 From: zhoulingpo Date: Mon, 4 Dec 2023 17:53:00 +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/assets/styles/common.less | 3 +++ src/pages/processCenter/pages/creatProcess/bzhHy-ch/step3.vue | 2 +- src/pages/processCenter/pages/creatProcess/bzhHy-ch/step5.vue | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/assets/styles/common.less b/src/assets/styles/common.less index fd4c13f29..759027128 100644 --- a/src/assets/styles/common.less +++ b/src/assets/styles/common.less @@ -396,3 +396,6 @@ border-color: #3986c9 } +.flow-list{ + height: 100%; +} diff --git a/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step3.vue b/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step3.vue index 46e15c58c..cafffc17a 100644 --- a/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step3.vue +++ b/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step3.vue @@ -381,7 +381,7 @@ export default { this.ch_pageData.fillPeopleId = this.$store.getters.userInfo.userId this.ch_pageData.fillPeople = this.$store.getters.userInfo.userName + '(' + this.$store.getters.userInfo.userId + ')' this.roleForm = JSON.parse(JSON.stringify(item)).roleList - this.commentStep3 = JSON.parse(JSON.stringify(item)).commentStep3 + this.commentStep3 = JSON.parse(JSON.stringify(item)).commentStep3 || '' // this.rh_pageData.comityFileNum = this.fileTextList }) }, diff --git a/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step5.vue b/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step5.vue index 793c3a263..8aa6d9f8f 100644 --- a/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step5.vue +++ b/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step5.vue @@ -410,7 +410,7 @@ export default { this.ch_pageData = JSON.parse(JSON.stringify(item)).ch_pageData this.uploadFileLength = this.ch_pageData.fileTextList.length 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.ch_pageData.comityFileNum = this.fileTextList }) },