瀏覽代碼

fix location form init value

master
Daniel 9 月之前
父節點
當前提交
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);
}
}



Loading…
取消
儲存