会签 bug处理

This commit is contained in:
gaojiabao
2023-04-28 17:07:47 +08:00
parent 9b347393b5
commit 254cfb082d
@@ -2980,8 +2980,11 @@
this.summaryName=this.summaryList.map(item => item.name).join(",")
this.form.commentText = this.formTongGuo.commentText
if(!this.form.modelData){
this.form.modelData = []
}
// 会签意见存储
// 会签意见存储
const json = JSON.stringify(this.form);
this.$http.post('lawss/activiti/completeTask', {
taskIds: this.taskIds,