流程节点字段增加动态评价参数
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user