seimin 2 anni fa
parent
commit
814603223d
2 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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
         .post("service/bpm/bpm/delegateTask/" + this.modelsData.taskId, {
437
         .post("service/bpm/bpm/delegateTask/" + this.modelsData.taskId, {
438
           assginee: selectUserId,
438
           assginee: selectUserId,
439
           incidentId: this.modelsData.assignee ? undefined : this.modelsData.id,
439
           incidentId: this.modelsData.assignee ? undefined : this.modelsData.id,
440
+          processInstanceId: this.modelsData.processInstanceId,
440
         })
441
         })
441
         .then(res => {
442
         .then(res => {
442
           toast.hide();
443
           toast.hide();

+ 1 - 0
src/views/incidentList.vue

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