seimin 3 年之前
父节点
当前提交
5f7818a0f3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/app/views/inspect-auto/inspect-auto.component.ts

+ 1 - 1
src/app/views/inspect-auto/inspect-auto.component.ts

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