Browse Source

[完善]自主任务创建

非煤矿山灾害智能感知和预警系统
邵佳豪 2 years ago
parent
commit
31733d54f9
  1. 3
      src/app/home/task/station-weekly-plan/station-weekly-plan.component.ts

3
src/app/home/task/station-weekly-plan/station-weekly-plan.component.ts

@ -554,7 +554,8 @@ export class StationWeeklyPlanComponent implements OnInit {
taskType: instance.validateForm.value.taskname,
companyId: instance.validateForm.value.unitname.id,
organizationId: this.OrganizationId,
supervisorIds: [this.userId],
supervisorIds: this.isSupervisor ? [this.userId] : [],
assistantOrganizationIds: this.isSupervisor ? [] : [this.OrganizationId],
creationType: '自主任务',
approvalStatus: '通过'
}

Loading…
Cancel
Save