소스 검색

新增审核字段

695593266@qq.com 1 개월 전
부모
커밋
06092fabcb
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/views/bpm/handleTask/components/selectedCollectionOutbound/submit.vue

+ 2 - 1
src/views/bpm/handleTask/components/selectedCollectionOutbound/submit.vue

@@ -138,7 +138,8 @@
                 id: this.taskId,
                 reason: this.form.reason,
                 variables: {
-                  pass: !!status
+                  pass: !!status,
+                  autoApproval: 1
                 }
               }).then((res) => {
                 if (res.code != '-1') {