seimin 2 lat temu
rodzic
commit
814603223d
2 zmienionych plików z 2 dodań i 0 usunięć
  1. 1 0
      src/views/IncidentNewList.vue
  2. 1 0
      src/views/incidentList.vue

+ 1 - 0
src/views/IncidentNewList.vue

@@ -437,6 +437,7 @@ export default {
437 437
         .post("service/bpm/bpm/delegateTask/" + this.modelsData.taskId, {
438 438
           assginee: selectUserId,
439 439
           incidentId: this.modelsData.assignee ? undefined : this.modelsData.id,
440
+          processInstanceId: this.modelsData.processInstanceId,
440 441
         })
441 442
         .then(res => {
442 443
           toast.hide();

+ 1 - 0
src/views/incidentList.vue

@@ -397,6 +397,7 @@ export default {
397 397
         .post("service/bpm/bpm/delegateTask/" + this.modelsData.taskId, {
398 398
           assginee: selectUserId,
399 399
           incidentId: this.modelsData.assignee ? undefined : this.modelsData.id,
400
+          processInstanceId: this.modelsData.processInstanceId,
400 401
         })
401 402
         .then(res => {
402 403
           toast.hide();