会签 bug处理
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user