Commit c5764ac0 by sunchao

政治面貌传id

parent dc7da653
......@@ -53,7 +53,7 @@
<span>政治面貌</span>
<select class="form-control" [(ngModel)]="editEmployBasicInfo.politicalOutlook"
[disabled]="approveStatus!=null && approveStatus!='-1'">
<option [value]="listItem.codeName" *ngFor="let listItem of list">
<option [value]="listItem.id" *ngFor="let listItem of list">
{{listItem.codeName}}
</option>
</select>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment