|
|
|
@ -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: '通过' |
|
|
|
|
} |
|
|
|
|