feat: There is no way the, bug xx

This commit is contained in:
super_liu
2022-04-04 20:46:14 +08:00
parent 3d4d1ddc52
commit ec401d0c19
3 changed files with 127 additions and 83 deletions
@@ -1068,6 +1068,10 @@
this.form.commentText = this.formTongGuo.commentText
this.form.approvalOpinion = this.formTongGuo.approvalOpinion
const json = JSON.stringify(this.form);
if(this.commentCycleDate && this.commentCycleDate.length > 0){
json.commentCycleStart = this.commentCycleDate[0]
json.commentCycleEnd = this.commentCycleDate[1]
}
this.$http.post('lawss/activiti/completeTask', {
taskIds: this.taskIds,
userId : this.userId,