|
|
|
|
@ -48,7 +48,7 @@
|
|
|
|
|
<ion-item lines="none" class="filed-container">
|
|
|
|
|
<select [(ngModel)]="depType" (change)="onSelectChange($event,1)" class="filed1" id="firstLabel"
|
|
|
|
|
placeholder="Select Department" type="text" required >
|
|
|
|
|
<option value="" hidden selected>{{ts.trPK('userProfile','selectDep')}}</option>
|
|
|
|
|
<option value="" selected style="display: none !important;">{{ts.trPK('userProfile','selectDep')}}</option>
|
|
|
|
|
<option [value]="x.projectDepartmentId" *ngFor="let x of departTypeList"> {{x.departmentName}} </option>
|
|
|
|
|
<!-- <option [value]="x.departmentId" *ngFor="let x of departTypeList"> {{x.departmentName}} </option> -->
|
|
|
|
|
</select>
|
|
|
|
|
|