feat: 标准入库意见字段

This commit is contained in:
super_liu
2021-06-22 16:48:57 +08:00
parent 9558fad001
commit c389384feb
@@ -844,6 +844,8 @@
handleSave() {},
handleSubmit() {
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,