浏览代码

指派转派增加标识

seimin 1 年之前
父节点
当前提交
36fea8cb35
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8 0
      src/views/IncidentNewList.vue

+ 8 - 0
src/views/IncidentNewList.vue

@@ -510,6 +510,7 @@ export default {
510 510
                   userId: selectUserId,
511 511
                   taskId: this.modelsData.taskId,
512 512
                   incidentId: this.modelsData.id,
513
+                  logType: 'assign',
513 514
               }
514 515
           }
515 516
           // 处理中
@@ -519,6 +520,7 @@ export default {
519 520
                   userId: selectUserId,
520 521
                   taskId: this.modelsData.taskId,
521 522
                   incidentId: this.modelsData.id,
523
+                  logType: 'assign',
522 524
               }
523 525
           }
524 526
       } else if(selectGroupId){
@@ -532,6 +534,7 @@ export default {
532 534
                   activityId: 'usertask5',
533 535
                   executionId: this.modelsData.processInstanceId,
534 536
                   incidentId: this.modelsData.id,
537
+                  logType: 'assign',
535 538
               }
536 539
           }
537 540
           // 处理中
@@ -543,6 +546,7 @@ export default {
543 546
                   activityId: 'usertask5',
544 547
                   executionId: this.modelsData.processInstanceId,
545 548
                   incidentId: this.modelsData.id,
549
+                  logType: 'assign',
546 550
               }
547 551
           }
548 552
       }
@@ -647,6 +651,7 @@ export default {
647 651
                   userId: selectUserId,
648 652
                   taskId: this.modelsData.taskId,
649 653
                   incidentId: this.modelsData.id,
654
+                  logType: 'redeploy',
650 655
               }
651 656
           }
652 657
           // 处理中
@@ -656,6 +661,7 @@ export default {
656 661
                   userId: selectUserId,
657 662
                   taskId: this.modelsData.taskId,
658 663
                   incidentId: this.modelsData.id,
664
+                  logType: 'redeploy',
659 665
               }
660 666
           }
661 667
       } else if(selectGroupId){
@@ -669,6 +675,7 @@ export default {
669 675
                   activityId: 'usertask5',
670 676
                   executionId: this.modelsData.processInstanceId,
671 677
                   incidentId: this.modelsData.id,
678
+                  logType: 'redeploy',
672 679
               }
673 680
           }
674 681
           // 处理中
@@ -680,6 +687,7 @@ export default {
680 687
                   activityId: 'usertask5',
681 688
                   executionId: this.modelsData.processInstanceId,
682 689
                   incidentId: this.modelsData.id,
690
+                  logType: 'redeploy',
683 691
               }
684 692
           }
685 693
       }