Przeglądaj źródła

指派转派增加标识

seimin 1 rok temu
rodzic
commit
36fea8cb35
1 zmienionych plików z 8 dodań i 0 usunięć
  1. 8 0
      src/views/IncidentNewList.vue

+ 8 - 0
src/views/IncidentNewList.vue

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