修改回显意见bug
This commit is contained in:
@@ -396,3 +396,6 @@
|
|||||||
border-color: #3986c9
|
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.fillPeopleId = this.$store.getters.userInfo.userId
|
||||||
this.ch_pageData.fillPeople = this.$store.getters.userInfo.userName + '(' + 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.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
|
// this.rh_pageData.comityFileNum = this.fileTextList
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -410,7 +410,7 @@ export default {
|
|||||||
this.ch_pageData = JSON.parse(JSON.stringify(item)).ch_pageData
|
this.ch_pageData = JSON.parse(JSON.stringify(item)).ch_pageData
|
||||||
this.uploadFileLength = this.ch_pageData.fileTextList.length
|
this.uploadFileLength = this.ch_pageData.fileTextList.length
|
||||||
this.roleForm = JSON.parse(JSON.stringify(item)).roleList
|
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
|
// this.ch_pageData.comityFileNum = this.fileTextList
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user