流程节点字段增加动态评价参数

This commit is contained in:
SUNJIABIN
2023-06-14 16:21:27 +08:00
parent d90e43bc91
commit 37804b7c66
@@ -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,