seimin 2 年之前
父节点
当前提交
2978bd2834
共有 2 个文件被更改,包括 4 次插入2 次删除
  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
       toast.show();
435
       toast.show();
436
       this.$http
436
       this.$http
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.id,
439
         })
440
         })
440
         .then(res => {
441
         .then(res => {
441
           toast.hide();
442
           toast.hide();

+ 2 - 1
src/views/incidentList.vue

@@ -395,7 +395,8 @@ export default {
395
       toast.show();
395
       toast.show();
396
       this.$http
396
       this.$http
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.id,
399
         })
400
         })
400
         .then(res => {
401
         .then(res => {
401
           toast.hide();
402
           toast.hide();