소스 검색

Merge remote-tracking branch 'origin/master'

Z 2 년 전
부모
커밋
59a31595df
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/api/bpm/task.js
  2. 1 0
      src/views/bpm/handleTask/components/productionWarehousing/submit.vue

+ 1 - 1
src/api/bpm/task.js

@@ -117,7 +117,7 @@ export function approveTaskWithVariables(data) {
 export function approveTaskWithVariablesOther(data) {
   return request({
     url: '/bpm/inwarehouse/assign',
-    method: 'PUT',
+    method: 'post',
     data: data
   });
 }

+ 1 - 0
src/views/bpm/handleTask/components/productionWarehousing/submit.vue

@@ -79,6 +79,7 @@
             id: this.taskId,
             reason: this.form.reason,
             outInId: res.data[0],
+            businessId: this.businessId,
             variables: {
               pass: true
             }