|
@@ -185,6 +185,7 @@ export class FormManagementComponent implements OnInit {
|
185
|
185
|
deleteFlag: 0,
|
186
|
186
|
startTime: this.dateRange[0] ? format(this.dateRange[0], 'yyyy-MM-dd HH:mm:ss') : undefined,
|
187
|
187
|
endTime: this.dateRange[1] ? format(this.dateRange[1], 'yyyy-MM-dd HH:mm:ss') : undefined,
|
|
188
|
+ workOrderIds: this.formManagementList.map(v => v.id).toString(),
|
188
|
189
|
};
|
189
|
190
|
this.isOkLoading = true;
|
190
|
191
|
this.mainService
|