修改回显意见bug

This commit is contained in:
zhoulingpo
2023-12-04 17:53:00 +08:00
parent aa8b442b47
commit e79bca92fa
3 changed files with 5 additions and 2 deletions
+3
View File
@@ -396,3 +396,6 @@
border-color: #3986c9
}
.flow-list{
height: 100%;
}
@@ -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
})
},
@@ -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
})
},