@@ -93,7 +93,7 @@ export class InspectAutoComponent implements OnInit {
hosId: this.hosId,
classesId: this.checkedInspectAuto.id, //班次id
taskTypeId: this.taskTypeId, //任务类型id
- deleted: 0,
+ deleted: false,
},
};
this.loading2 = true;