feat: 标准入库节点审核意见
This commit is contained in:
@@ -843,9 +843,9 @@
|
||||
},
|
||||
handleSave() {},
|
||||
handleSubmit() {
|
||||
this.form.commentText = this.commentText
|
||||
this.form.approvalOpinion = this.approvalOpinion
|
||||
const json = JSON.stringify(this.form);
|
||||
json.commentText = this.commentText
|
||||
json.approvalOpinion = this.approvalOpinion
|
||||
console.log(json)
|
||||
this.$http.post('lawss/activiti/completeTask', {
|
||||
taskIds: this.taskIds,
|
||||
|
||||
Reference in New Issue
Block a user