feat: There is no way the, bug xx
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user