Просмотр исходного кода

fix location form init value

master
Daniel 9 месяцев назад
Родитель
Сommit
8b6bfb2a26
1 измененных файлов: 1 добавлений и 0 удалений
  1. +1
    -0
      angular/src/app/_views/location/location-form/location-form.component.ts

+ 1
- 0
angular/src/app/_views/location/location-form/location-form.component.ts Просмотреть файл

@@ -51,6 +51,7 @@ export class LocationFormComponent extends AbstractDataFormComponent<LocationJso
this.form.get('isZone')?.setValue(false);
this.form.get('isPlace')?.setValue(false);
this.form.get('isPort')?.setValue(false);
this.form.get('isStartEnd')?.setValue(false);
}
}



Загрузка…
Отмена
Сохранить