vcomply-workflow-engine 2.1.76 → 2.1.77

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -379,6 +379,7 @@
379
379
  responsibilityName: '',
380
380
  rcId: null
381
381
  };
382
+ this.pid = '';
382
383
  this.issueData = {
383
384
  auditPlanId: null,
384
385
  auditPlanName: '',
@@ -777,6 +778,7 @@
777
778
  defaultRiskType: [{ type: i0.Input }],
778
779
  moveToRegisterMode: [{ type: i0.Input }],
779
780
  reponsibilityData: [{ type: i0.Input }],
781
+ pid: [{ type: i0.Input }],
780
782
  issueData: [{ type: i0.Input }],
781
783
  entrustButtonName: [{ type: i0.Input }],
782
784
  config: [{ type: i0.Input }],
@@ -3041,7 +3043,7 @@
3041
3043
  var _this = this;
3042
3044
  var params = new i1.HttpParams();
3043
3045
  if (program_id) {
3044
- params = params.append('program_id', program_id);
3046
+ params = params.append('program_ids', program_id);
3045
3047
  }
3046
3048
  this.responsibilityService.getOrganizationPeople(params).subscribe(function (res) {
3047
3049
  _this.assigneesList = res.assignee.map(function (user) {