Browse Source

审批通过弹窗审批意见,默认”已同意“

jbb 2 years ago
parent
commit
480ecdb946
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/activiti/operation/todoManageOperation.vue

+ 1 - 0
src/views/activiti/operation/todoManageOperation.vue

@@ -193,6 +193,7 @@ export default {
       // }
       // }
 
 
       this.modalTaskTitle = '审批通过'
       this.modalTaskTitle = '审批通过'
+      this.form.comment = '已同意'
       this.form.id = v.id
       this.form.id = v.id
       this.form.procInstId = v.procInstId
       this.form.procInstId = v.procInstId
       this.form.priority = v.priority
       this.form.priority = v.priority