seimin 2 years ago
parent
commit
2978bd2834
2 changed files with 4 additions and 2 deletions
  1. 2 1
      src/views/IncidentNewList.vue
  2. 2 1
      src/views/incidentList.vue

+ 2 - 1
src/views/IncidentNewList.vue

@@ -435,7 +435,8 @@ export default {
435 435
       toast.show();
436 436
       this.$http
437 437
         .post("service/bpm/bpm/delegateTask/" + this.modelsData.taskId, {
438
-          assginee: selectUserId
438
+          assginee: selectUserId,
439
+          incidentId: this.modelsData.id,
439 440
         })
440 441
         .then(res => {
441 442
           toast.hide();

+ 2 - 1
src/views/incidentList.vue

@@ -395,7 +395,8 @@ export default {
395 395
       toast.show();
396 396
       this.$http
397 397
         .post("service/bpm/bpm/delegateTask/" + this.modelsData.taskId, {
398
-          assginee: selectUserId
398
+          assginee: selectUserId,
399
+          incidentId: this.modelsData.id,
399 400
         })
400 401
         .then(res => {
401 402
           toast.hide();