瀏覽代碼

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
             }