feat: 标准入库节点审核意见

This commit is contained in:
super_liu
2021-06-22 18:07:56 +08:00
parent c389384feb
commit 6de07faf13
@@ -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,