Explorar el Código

Merge branch 'lmm' into develop

seimin hace 3 años
padre
commit
d9f4a100fb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 93
         hosId: this.hosId,
94 94
         classesId: this.checkedInspectAuto.id, //班次id
95 95
         taskTypeId: this.taskTypeId, //任务类型id
96
-        deleted: 0,
96
+        deleted: false,
97 97
       },
98 98
     };
99 99
     this.loading2 = true;